1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-24 08:42:56 +01:00
php-e107/e107_files/shortcode/sitedisclaimer.sc
2007-07-12 21:19:17 +00:00

3 lines
82 B
Python

global $tp;
$ret = $tp->toHtml(SITEDISCLAIMER,TRUE,"constants defs");
return $ret;