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