diff options
author | Anika Henke <anika@selfthinker.org> | 2011-10-04 00:22:16 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-10-04 00:22:16 +0100 |
commit | b2932b97919a9bc8ce4913bf8827e1bda9585d94 (patch) | |
tree | 8db6448f605a9f32eb164644705ede3a81c0a842 /main.php | |
parent | 6a9cea3ef7851df6752803b11bec57932df671e0 (diff) | |
download | rpg-b2932b97919a9bc8ce4913bf8827e1bda9585d94.tar.gz rpg-b2932b97919a9bc8ce4913bf8827e1bda9585d94.tar.bz2 |
less markup for breadcrumbs (but more lines for IE<9)
Diffstat (limited to 'main.php')
-rwxr-xr-x | main.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" /> |