mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Bugtracker #4016 - THEME_DISCLAIMER
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
global $tp;
|
||||
$ret = $tp->toHtml(SITEDISCLAIMER,TRUE,"constants defs");
|
||||
$ret .=(defined("THEME_DISCLAIMER") && $pref['displaythemeinfo'] ? THEME_DISCLAIMER : "");
|
||||
return $ret;
|
3
e107_files/shortcode/theme_disclaimer.sc
Normal file
3
e107_files/shortcode/theme_disclaimer.sc
Normal file
@@ -0,0 +1,3 @@
|
||||
global $tp;
|
||||
$ret =(defined("THEME_DISCLAIMER") && $pref['displaythemeinfo'] ? THEME_DISCLAIMER : "");
|
||||
return $ret;
|
Reference in New Issue
Block a user