Lines Matching full:if

12 if (!defined('DOKU_INC')) die();
27 if ($wrapper) echo "<$wrapper>";
29 if ($isDiscussPage) {
30 if ($link)
35 if ($link)
41 if ($wrapper) echo "</$wrapper>";
50 if (!$_SERVER['REMOTE_USER']) return;
55 if ($wrapper) echo "<$wrapper>";
57 if ($link)
62 if ($wrapper) echo "</$wrapper>";
77 if ($_SERVER['REMOTE_USER'] || !$conf['useacl'] || !actionOK('register')) return;
79 if ($wrapper) echo "<$wrapper>";
81 if ($link)
86 if ($wrapper) echo "</$wrapper>";
97 if (tpl_getConf('discussionPage')) {
102 if (tpl_getConf('userPage')) {
118 /* if newer settings exist in the core, use them, otherwise fall back to template settings */
120 if (!isset($conf['tagline'])) {
124 if (!isset($conf['sidebar'])) {
130 if (!isset($lang['user_tools'])) {
133 if (!isset($lang['site_tools'])) {
136 if (!isset($lang['page_tools'])) {
139 if (!isset($lang['skip_to_content'])) {
147 if (!function_exists('tpl_getMediaFile')) {
154 if(substr($img, 0, 1) == ':') {
162 if(file_exists($file)) break;
165 // fetch image data if requested
166 if(!is_null($imginfo)) {
171 if($ismedia) {
175 if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL));
185 if (!function_exists('tpl_favicon')) {
215 if (!function_exists('tpl_includeFile')) {
219 if(empty($config_cascade['main'][$config_group])) continue;
222 if(file_exists("$dir/$file")) {
231 if(file_exists($file)) {
240 if (!function_exists('tpl_incdir')) {
251 if (count($data) == 0)
256 if (tpl_getConf('useSideToCChevrons') == 1)
265 if ($header != '') {
306 if ($showTools) {
331 if ($showTools) {
336 if ($content != '') { echo $elementbegin.$content.$spandivider.$elementend; }
347 if ($content != '') { echo $elementbegin.$content.$spandivider.$elementend; }
350 if ($content != '') { echo $elementbegin.$content.$spandivider.$elementend; }
353 if ($content != '') { echo $elementbegin.$content.$spandivider.$elementend; }
356 if ($content != '') { echo $elementbegin.$content.$spandivider.$elementend; }
373 // don't print the search form if search action has been disabled
374 if(!actionOk('search')) return false;
379 if($ACT == 'search') print 'value="'.htmlspecialchars($QUERY).'" ';
380 if(!$autocomplete) print 'autocomplete="off" ';
386 if($ajax) print '<div id="qsearch__out" class="ajax_qsearch JSpopup"></div>';