bludit/themes/pure/php/sidebar.php

7 lines
166 B
PHP
Raw Normal View History

2015-07-07 06:24:51 +02:00
<h1 class="title"><?php echo $Site->title() ?></h1>
<h2 class="slogan"><?php echo $Site->slogan() ?></h2>
2015-05-05 03:00:01 +02:00
2015-07-07 06:24:51 +02:00
<!-- Plugins -->
2015-05-05 03:00:01 +02:00
<?php
2015-07-07 06:24:51 +02:00
Theme::plugins('onSiteSidebar');
?>