TESTING - Menu
This commit is contained in:
parent
6a94cc7988
commit
9594818e9c
@ -12,7 +12,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?= $this->partial('post/show_partials/status_notices', array('pools' => $this->pools)) ?>
|
<?= $this->partial('post/show_partials/status_notices', array('pools' => $this->pools)) ?>
|
||||||
<div class="clearfix" id="main-menu">
|
<div class="clearfix" id="main-menu" style="list-style-type:none;margin:0">
|
||||||
<?= $this->partial('post/show_partials/related_posts_panel') ?> <?= $this->partial('tags') ?> <?= $this->partial('post/show_partials/statistics_panel') ?> <?= $this->partial('post/show_partials/options_panel') ?>
|
<?= $this->partial('post/show_partials/related_posts_panel') ?> <?= $this->partial('tags') ?> <?= $this->partial('post/show_partials/statistics_panel') ?> <?= $this->partial('post/show_partials/options_panel') ?>
|
||||||
<?php if (CONFIG()->can_show_ad('post#show-sidebar', current_user())) : ?>
|
<?php if (CONFIG()->can_show_ad('post#show-sidebar', current_user())) : ?>
|
||||||
<?= $this->partial('vertical') ?>
|
<?= $this->partial('vertical') ?>
|
||||||
|
Reference in New Issue
Block a user