diff --git a/loading.gif b/images/loading.gif similarity index 100% rename from loading.gif rename to images/loading.gif diff --git a/rss.gif b/images/rss.gif similarity index 100% rename from rss.gif rename to images/rss.gif diff --git a/jsScuttle.php b/jsScuttle.php index d802b90..53356aa 100644 --- a/jsScuttle.php +++ b/jsScuttle.php @@ -62,7 +62,7 @@ function isAvailable(input, response){ username = username.trim(); var availability = document.getElementById("availability"); if (username != '') { - usernameField.style.backgroundImage = 'url(loading.gif)'; + usernameField.style.backgroundImage = 'url(images/loading.gif)'; if (response != '') { usernameField.style.backgroundImage = 'none'; if (response == 'true') { @@ -92,7 +92,7 @@ function useAddress(ele) { function getTitle(input, response){ var title = document.getElementById('titleField'); if (title.value == '') { - title.style.backgroundImage = 'url(loading.gif)'; + title.style.backgroundImage = 'url(images/loading.gif)'; if (response != null) { title.style.backgroundImage = 'none'; title.value = response; diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index ae3e08b..27dfb6e 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";