diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-07 13:19:59 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-07 13:19:59 +0000 |
commit | 5de26540b4f0348719ec93e760ed987f92a60075 (patch) | |
tree | c3404563a65d5ed2699257ee82d723fb39b28cfe /phpBB/styles/prosilver/template/overall_footer.html | |
parent | 8678ad0b0b2f83ce91047f06fb73474105a70d7c (diff) | |
download | forums-5de26540b4f0348719ec93e760ed987f92a60075.tar forums-5de26540b4f0348719ec93e760ed987f92a60075.tar.gz forums-5de26540b4f0348719ec93e760ed987f92a60075.tar.bz2 forums-5de26540b4f0348719ec93e760ed987f92a60075.tar.xz forums-5de26540b4f0348719ec93e760ed987f92a60075.zip |
fixing some bugs
changed the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB.
git-svn-id: file:///svn/phpbb/trunk@7497 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 1327110758..cbd2d7ae12 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -1,7 +1,6 @@ </div> <div id="page-footer"> - {RUN_CRON_TASK} <div class="navbar"> <div class="inner"><span class="corners-top"><span></span></span> @@ -44,5 +43,7 @@ <div><a id="bottom" name="bottom" accesskey="z"></a></div> +<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --> + </body> </html>
\ No newline at end of file |