Empty commit

This commit is contained in:
Git 2011-12-13 08:00:17 +00:00
parent 9d86cd8e05
commit 254c73d380
3 changed files with 10 additions and 0 deletions

View File

@ -225,6 +225,9 @@
<? }
} ?>
</table>
<!--<div class="breadcrumbs">
<a href="forums.php">Forums</a> &gt; <?=$Forums[$ForumID]['Name']?>
</div>-->
<div class="linkbox pager">
<?=$Pages?>
</div>

View File

@ -434,6 +434,11 @@
</tr>
</table>
<? } ?>
<div class="breadcrumbs">
<a href="forums.php">Forums</a> &gt;
<a href="forums.php?action=viewforum&amp;forumid=<?=$ThreadInfo['ForumID']?>"><?=$Forums[$ForumID]['Name']?></a> &gt;
<?=display_str($ThreadInfo['Title'])?>
</div>
<div class="linkbox">
<?=$Pages?>
</div>

View File

@ -171,3 +171,5 @@ div#AddArtists a {
span.rbt { display: block; padding: 8px 0 0; background: url('../rippy/rippy_top.gif') no-repeat top; }
span.rbm { display: block; background: url('../rippy/rippy_middle.gif') repeat bottom; padding: 2px; }
span.rbb { display: block; padding: 4px 0px 18px; margin-bottom: 5px; background: url('../rippy/rippy_bottom.gif') no-repeat bottom; }
.breadcrumbs { font-weight: bold; text-align: right; }