added '__sidebar_width__' placeholder to style.ini
This commit is contained in:
parent
4a4cf7c5a6
commit
5ddc68e597
4 changed files with 10 additions and 7 deletions
4
main.php
4
main.php
|
|
@ -92,10 +92,10 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
|
|||
|
||||
<!-- BREADCRUMBS -->
|
||||
<?php if($conf['breadcrumbs']){ ?>
|
||||
<div class="breadcrumbs"><?php tpl_breadcrumbs() ?></div>
|
||||
<div class="breadcrumbs"><?php tpl_breadcrumbs() ?></div>
|
||||
<?php } ?>
|
||||
<?php if($conf['youarehere']){ ?>
|
||||
<div class="breadcrumbs"><?php tpl_youarehere() ?></div>
|
||||
<div class="breadcrumbs"><?php tpl_youarehere() ?></div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="clearer"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue