Searched refs:getConfigPath (Results 1 – 6 of 6) sorted by relevance
/plugin/templateconfhelper/inc/ |
H A D | template.php | 19 …if( !$t || ( !$include = getConfigPath( 'template_dir', $t.'/'.$file )) || in_array( $include, $in… 21 $include = getConfigPath( 'template_dir', $conf['default_tpl'].'/'.$file ); 25 $include = getConfigPath( 'template_dir', $conf['base_tpl'].'/'.$file );
|
H A D | confutils.php | 19 function getConfigPath($type, $file) { function
|
/plugin/templateconfhelper/exe/ |
H A D | css.php | 209 if( !$t || !$include = getConfigPath( 'template_dir', $t.'/'.$file )) { 212 $include = getConfigPath( 'template_dir', $conf['template'].'/'.$file ); 214 $include = getConfigPath( 'template_dir', $conf['default_tpl'].'/'.$file ); 217 $include = getConfigPath( 'template_dir', $conf['base_tpl'].'/'.$file );
|
/plugin/templateconfhelper/action/ |
H A D | fetchaction.php | 48 if( !$file = getConfigPath( 'template_dir', $tpl.'/images/'.$MEDIA )) 49 $file = getConfigPath( 'template_dir', $conf['base_tpl'].'/images/'.$MEDIA );
|
/plugin/templateconfhelper/ |
H A D | README | 72 * getConfigPath( $type, $file ) - find file in cascade_config[$type] 75 …* tpl_include( $file, $t=false ) - use getConfigPath to include file from cascade_config['template… 79 …yle.ini and css files based on inheritance. Makes use of default_tpl, base_tpl and getConfigPath( )
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | Settings.php | 197 public function getConfigPath() function in OneLogin_Saml2_Settings 312 $filename = $this->getConfigPath().'settings.php'; 327 $advancedFilename = $this->getConfigPath().'advanced_settings.php';
|