Home
last modified time | relevance | path

Searched refs:CONF_DISABLE_BACKEND_JAVASCRIPT (Results 1 – 4 of 4) sorted by relevance

/template/strap/lang/en/
H A Dsettings.php43 $lang[TplUtility::CONF_DISABLE_BACKEND_JAVASCRIPT] = '<a href="https://combostrap.com/frontend/opti…
/template/strap/conf/
H A Dmetadata.php67 $meta[TplUtility::CONF_DISABLE_BACKEND_JAVASCRIPT] = array('onoff');
/template/strap/class/
H A DTplUtility.php105 const CONF_DISABLE_BACKEND_JAVASCRIPT = "disableBackendJavascript"; define in ComboStrap\\TplUtility
1174 …f (empty($_SERVER['REMOTE_USER']) && tpl_getConf(TplUtility::CONF_DISABLE_BACKEND_JAVASCRIPT, 0)) {
/template/strap/_test/
H A DstrapTest.php381 TplUtility::setConf(TplUtility::CONF_DISABLE_BACKEND_JAVASCRIPT, 1);