Home
last modified time | relevance | path

Searched refs:getConfigPath (Results 1 – 6 of 6) sorted by last modified time

/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php197 public function getConfigPath() function in OneLogin_Saml2_Settings
312 $filename = $this->getConfigPath().'settings.php';
327 $advancedFilename = $this->getConfigPath().'advanced_settings.php';
/plugin/templateconfhelper/inc/
H A Dtemplate.php19 …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 Dconfutils.php19 function getConfigPath($type, $file) { function
/plugin/templateconfhelper/exe/
H A Dcss.php209 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 Dfetchaction.php48 if( !$file = getConfigPath( 'template_dir', $tpl.'/images/'.$MEDIA ))
49 $file = getConfigPath( 'template_dir', $conf['base_tpl'].'/images/'.$MEDIA );
/plugin/templateconfhelper/
H A DREADME72 * 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( )