1
0

Add the CSS selector for the current thumbnail in site_menu().

This commit is contained in:
Bharat Mediratta 2010-06-26 12:07:52 -07:00
parent 071e931642
commit fba9cc8f11

View File

@ -98,7 +98,7 @@
<? endif ?>
<div id="g-site-menu">
<? if ($user->admin): ?>
<?= $theme->site_menu() ?>
<?= $theme->site_menu("#g-item-img") ?>
<? endif ?>
</div>
<?= $theme->header_bottom() ?>