summaryrefslogtreecommitdiff
path: root/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'main.php')
-rwxr-xr-xmain.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.php b/main.php
index 41d9347fd..367fd5e7f 100755
--- a/main.php
+++ b/main.php
@@ -92,12 +92,12 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
<!-- BREADCRUMBS -->
<?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
<div class="breadcrumbs">
- <?php if($conf['breadcrumbs']): ?>
- <div class="trace"><?php tpl_breadcrumbs() ?></div>
- <?php endif ?>
<?php if($conf['youarehere']): ?>
<div class="youarehere"><?php tpl_youarehere() ?></div>
<?php endif ?>
+ <?php if($conf['breadcrumbs']): ?>
+ <div class="trace"><?php tpl_breadcrumbs() ?></div>
+ <?php endif ?>
</div>
<?php endif ?>