1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-16 23:36:16 +02:00
Files
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;