Lines Matching refs:out
105 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/noside…
107 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nosidebar.txt')), $in…
113 print str_replace('LINK', $link, $out);
494 $out = '';
498 $out .= '<h1>' . DOKU_LF;
499 $out .= '<a href="' . DOKU_BASE . '">' . $conf['title'] . '</a>' . DOKU_LF;
500 $out .= '</h1>' . DOKU_LF;
501 $out .= '<h2>' . DOKU_LF;
502 $out .= ' <span style="border-bottom: 2px dotted #ada899;">' . DOKU_LF;
505 $out .= tpl_getConf('logo_yourdefinition') . DOKU_LF;
508 $out .= '<br />' . DOKU_LF;
511 $out .= tpl_getConf('logo_yourname') . DOKU_LF;
514 $out .= ' </span>' . DOKU_LF;
515 $out .= '</h2>' . DOKU_LF;
549 $out .= '<a href="' . DOKU_BASE . '">';
550 … $out .= ' <img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" /></a>' . DOKU_LF;
553 print $out;