From 2756e3f85818346a478725b6dd94a966e0d92c07 Mon Sep 17 00:00:00 2001 From: mensonge Date: Sat, 10 May 2008 08:59:41 +0000 Subject: Bug fixes: correct minor bugs appearing with 'notice' level in PHP git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@122 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/top.inc.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/top.inc.php') diff --git a/templates/top.inc.php b/templates/top.inc.php index 58eacb5..707af8b 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -7,11 +7,13 @@ '; + if(isset($rsschannels)) { + $size = count($rsschannels); + for ($i = 0; $i < $size; $i++) { + echo ''; + } } - if ($loadjs) { + if (isset($loadjs)) { echo ''; } ?> -- cgit v1.2.3