mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
- Custom Pages front-end almost completely rewritten, backend fixes, SEF URL support, introducing page batch shortcodes and templates (available per page), compatibility stylesheet added (core css and jayya theme), tagwords plugin links proper to new pages URLs;
- Large number of system stability fixes and obsolete code replacement
This commit is contained in:
@@ -90,7 +90,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
|
||||
|
||||
function sc_theme_disclaimer($parm)
|
||||
{
|
||||
global $pref;
|
||||
$pref = e107::getPref();
|
||||
return (defined('THEME_DISCLAIMER') && $pref['displaythemeinfo'] ? THEME_DISCLAIMER : '');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user