dir/src/templates/layout/_topBar.php

13 lines
280 B
PHP

<header id="top-bar">
<a href="/home">
<h1 class="header">
Friendica &nbsp; &nbsp;<br>&nbsp; &nbsp; Directory
</h1>
</a>
<?php echo $this->layout('_searcher'); ?>
<?php echo $this->layout('_navigation'); ?>
</header>