xref: /template/readthedokus/tpl_parts/tpl_sidebarheader.html (revision 4b775210b44fd05b8fe1c657525df61c12fb68ad)
1<div id="sidebarheader">
2	<?php
3		$startpage = (tpl_getConf('startpage') ? tpl_getConf('startpage') : wl());
4	?>
5	<div class="home">
6		<a href="<?php echo $startpage; ?>">
7			<i class="fas fa-home"></i> <?php global $conf; echo $conf["title"] ?>
8		</a>
9	</div>
10	<?php tpl_searchform() ?>
11	<?php tpl_includeFile('sidebarheader.html') ?>
12</div>
13