wb-archiv283/trunk/wb/modules/droplets/upgrade.php @ 989
1 |
<?php
|
---|---|
2 |
/*
|
3 |
* @version 1.0
|
4 |
* @author Ruud Eisinga (Ruud) John (PCWacht)
|
5 |
* @date June 2009
|
6 |
*
|
7 |
*
|
8 |
* droplets are small codeblocks that are called from anywhere in the template.
|
9 |
* To call a droplet just use [[dropletname]]. optional parameters for a droplet can be used like [[dropletname?parameter=value¶meter2=value]]
|
10 |
*/
|
11 |
|
12 |
if(!defined('WB_PATH')) { exit("Cannot access this file directly"); } |
13 |
|
14 |
?>
|
- « Previous
- 1
- …
- 11
- 12
- 13
- Next »