diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-23 18:10:51 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-23 18:10:51 +0200 |
commit | 3e3c070b31df956daf7dbe47a510733b22d2ceef (patch) | |
tree | 2a22f73c11e1a92465578314294744b8e8fdeeb2 /data/templates/default/top.inc.php | |
parent | 2d2e7f97e43ec97884a032213952aed2deb6616d (diff) | |
download | semanticscuttle-3e3c070b31df956daf7dbe47a510733b22d2ceef.tar.gz semanticscuttle-3e3c070b31df956daf7dbe47a510733b22d2ceef.tar.bz2 |
move image and css files to theme folder
Diffstat (limited to 'data/templates/default/top.inc.php')
-rw-r--r-- | data/templates/default/top.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/default/top.inc.php b/data/templates/default/top.inc.php index bdd4b1a..6ad2df2 100644 --- a/data/templates/default/top.inc.php +++ b/data/templates/default/top.inc.php @@ -4,8 +4,8 @@ <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <title><?php echo filter($GLOBALS['sitename'] .(isset($pagetitle) ? ' ยป ' . $pagetitle : '')); ?></title> - <link rel="icon" type="image/png" href="<?php echo ROOT ?>icon.png" /> - <link rel="stylesheet" type="text/css" href="<?php echo ROOT ?>scuttle.css" /> + <link rel="icon" type="image/png" href="<?php echo ROOT ?>themes/<?php echo $GLOBALS['theme']; ?>/icon.png" /> + <link rel="stylesheet" type="text/css" href="<?php echo ROOT ?>themes/<?php echo $GLOBALS['theme']; ?>/scuttle.css" /> <link rel="search" type="application/opensearchdescription+xml" href="<?php echo ROOT ?>api/opensearch.php" title="<?php echo htmlspecialchars($GLOBALS['sitename']) ?>"/> <?php if (isset($rsschannels)) { |