Home
last modified time | relevance | path

Searched refs:is_action_enabled (Results 1 – 3 of 3) sorted by path

/template/a_new_day/
H A Dmain.php169 …_getConf('btl_action_palette') && (is_action_enabled('history') || is_action_enabled('backlink') |…
175 <?php if (is_action_enabled('history')) { ?>
178 <?php if (is_action_enabled('backlink')) { ?>
181 <?php if (is_action_enabled('edit')) { ?>
189 …pl_getConf('btl_action_palette') && (is_action_enabled('index') || is_action_enabled('recent') || …
195 <?php if (is_action_enabled('index')) { ?>
198 <?php if (is_action_enabled('recent')) { ?>
201 <?php if (is_action_enabled('admin') && $INFO['perm'] == 255) { ?>
209 …action_palette') && (is_action_enabled('login') || (is_action_enabled('profile') && $_SERVER['REMO…
215 <?php if (is_action_enabled('login')) { ?>
[all …]
H A Dtpl_functions.php69 function is_action_enabled($type) { function
/template/battlehorse/
H A Dmain.php32 function is_action_enabled($type) { function
173 <?php if (is_action_enabled('search')) { ?>
222 <?php if (is_action_enabled('history')) { ?>
225 <?php if (is_action_enabled('backlink')) { ?>
228 <?php if (is_action_enabled('edit')) { ?>
232 …pl_getConf('btl_action_palette') && (is_action_enabled('index') || is_action_enabled('recent') || …
238 <?php if (is_action_enabled('index')) { ?>
241 <?php if (is_action_enabled('recent')) { ?>
254 <?php if (is_action_enabled('login')) { ?>
272 …l_getConf('btl_action_palette') && (is_action_enabled('digg') || is_action_enabled('delicious') ||…
[all …]