From 3c181054dbe60467cc744c447010f525a862c26e Mon Sep 17 00:00:00 2001
From: mensonge
Date: Fri, 21 Nov 2008 10:44:28 +0000
Subject: Refactoring: improve debug_mode, constants and other stuff
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@168 b3834d28-1941-0410-a4f8-b48e95affb8f
---
templates/bookmarks.tpl.php | 2 +-
templates/editbookmark.tpl.php | 2 +-
templates/login.tpl.php | 2 +-
templates/sidebar.block.recent.php | 7 ++++---
templates/toolbar.inc.php | 2 +-
templates/top.inc.php | 8 ++++----
6 files changed, 12 insertions(+), 11 deletions(-)
(limited to 'templates')
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php
index 27dfb6e..5567d7b 100644
--- a/templates/bookmarks.tpl.php
+++ b/templates/bookmarks.tpl.php
@@ -257,7 +257,7 @@ window.onload = playerLoad;
$brss = '';
$size = count($rsschannels);
for ($i = 0; $i < $size; $i++) {
- $brss = '
';
+ $brss = '
';
}
echo '
'. $bfirst .' / '. $bprev .' / '. $bnext .' / '. $blast .' / '. sprintf(T_('Page %d of %d'), $page, $totalpages) ." ". $brss ."
\n"; diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php index f6affc4..c947ec3 100644 --- a/templates/editbookmark.tpl.php +++ b/templates/editbookmark.tpl.php @@ -43,7 +43,7 @@ switch ($row['bStatus']) {