summaryrefslogtreecommitdiff
path: root/main.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-10-04 00:22:16 +0100
committerAnika Henke <anika@selfthinker.org>2011-10-04 00:22:16 +0100
commitb2932b97919a9bc8ce4913bf8827e1bda9585d94 (patch)
tree8db6448f605a9f32eb164644705ede3a81c0a842 /main.php
parent6a9cea3ef7851df6752803b11bec57932df671e0 (diff)
downloadrpg-b2932b97919a9bc8ce4913bf8827e1bda9585d94.tar.gz
rpg-b2932b97919a9bc8ce4913bf8827e1bda9585d94.tar.bz2
less markup for breadcrumbs (but more lines for IE<9)
Diffstat (limited to 'main.php')
-rwxr-xr-xmain.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.php b/main.php
index e234bab2c..c186eeea0 100755
--- a/main.php
+++ b/main.php
@@ -91,14 +91,14 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
<!-- BREADCRUMBS -->
<?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
- <div class="breadcrumbs"><div class="pad">
+ <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 ?>
- </div></div>
+ </div>
<?php endif ?>
<hr class="a11y" />