allow_cntPHP_rt in Templates greift nicht nach Update und PHP7
Posted: Thu 6. Jan 2022, 20:42
Hallo,
habe das problem nach Update auf aktuelle PHPWCMS und PHP7 greift der Paramater bei den Templates nicht
Habe in der conf.inc.php den Paramater richtig gesetzt
$phpwcms['allow_cntPHP_rt'] = 1;
Im Template (***.tmpl) steht
Website --> https://www.fleischereilehmann.de/websi ... hemenwoche
Wo kann ich noch schauen?
habe das problem nach Update auf aktuelle PHPWCMS und PHP7 greift der Paramater bei den Templates nicht
Habe in der conf.inc.php den Paramater richtig gesetzt
$phpwcms['allow_cntPHP_rt'] = 1;
Im Template (***.tmpl) steht
[PHP]
// ===========================================================================
// ---- Load the right css classes
//$GLOBALS['block']['css']['jquery_ui_tabs'] = 'specific/jquery/themes/base/ui.all.css';
//$GLOBALS['block']['css']['jquery_ui_tabs'] = 'specific/jquery/themes/base/jquery-ui.css';
//$GLOBALS['block']['css']['jquery_ui_tabs'] = 'specific/jquery/themes/base/ui.tabs.css';
//$GLOBALS['block']['css']['jquery_ui_theme'] = 'specific/jquery/themes/base/ui.theme.css';
//$GLOBALS['block']['css']['jquery_ui_core'] = 'specific/jquery/themes/base/ui.core.css';
$GLOBALS['block']['css']['jquery_ui_tabs'] = 'specific/jquery/themes/base/jquery-ui.css';
// ---- Load the right JS plugin
initJSPlugin('jquery-ui2');
// ---- Load the right js
$GLOBALS['block']['custom_htmlhead']['jqueryui-tabs'] = ' <script type="text/javascript">
$(document).ready(function (){
$("#tabs").tabs({ collapsible: true });
//setter
$("#tabs").tabs(\'option\', \'fx\', { height: \'toggle\', opacity: \'toggle\' });
});
</script>';
// ===========================================================================
[/PHP]
Website --> https://www.fleischereilehmann.de/websi ... hemenwoche
Wo kann ich noch schauen?