Project

General

Profile

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&parameter2=value]]
10
*/
11

    
12
if(!defined('WB_PATH')) { exit("Cannot access this file directly"); }
13

    
14
?>
(13-13/13)