mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
Sitedisclaimer cleanup.
This commit is contained in:
@@ -17,7 +17,11 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
|
||||
|
||||
function sc_sitedisclaimer()
|
||||
{
|
||||
return e107::getParser()->toHtml(SITEDISCLAIMER, true, 'constants defs');
|
||||
$default = "Proudly powered by <a href='http://e107.org'>e107</a> which is released under the terms of the GNU GPL License.";
|
||||
|
||||
$text = deftrue('SITEDISCLAIMER',$default);
|
||||
|
||||
return e107::getParser()->toHtml($text, true, 'constants defs');
|
||||
}
|
||||
|
||||
function sc_sitename($parm)
|
||||
|
Reference in New Issue
Block a user