Skip to content

Commit

Permalink
added configurable youareher support - closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klier committed Mar 22, 2010
1 parent 5818559 commit be957e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Empty file modified detail.php
100755 → 100644
Empty file.
6 changes: 5 additions & 1 deletion main.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
<?php if($conf['breadcrumbs']){?>
<div class="breadcrumbs">
<?php tpl_breadcrumbs()?>
<?php //tpl_youarehere() //(some people prefer this)?>
</div>
<?php }?>
<?php if($conf['youarehere']){?>
<div class="breadcrumbs">
<?php tpl_youarehere() ?>
</div>
<?php }?>
<?php flush(); ?>
Expand Down

0 comments on commit be957e4

Please sign in to comment.