Home
last modified time | relevance | path

Searched refs:cpgGetScriptNameParams (Results 1 – 2 of 2) sorted by relevance

/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dstat_details.php212 …print '<li><a href="'.cpgGetScriptNameParams('type').'type=hits#details"><span>'.$icon_array['hits…
217 …print '<li><a href="'.cpgGetScriptNameParams('type').'type=vote#details"><span>'.$icon_array['vote…
542 …'page_link'] = strtr($stats_tmpl['page_link'], array('{LINK}' => cpgGetScriptNameParams('page').'p…
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Dfunctions.inc.php4246 $cpgChangeUrl = cpgGetScriptNameParams('lang') . 'lang=';
4332 $cpgCurrentTheme = cpgGetScriptNameParams('theme') . 'theme=';
5127 function cpgGetScriptNameParams($exception = '') function