From f14e224b1c98924dd46f50fa3539c7b799ebc35d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 5 Jan 2014 19:18:55 +0100 Subject: [PATCH] ipfire theme: Update file paths to web resource files. --- html/html/themes/ipfire/include/css/style.css | 6 +++--- html/html/themes/ipfire/include/functions.pl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 9e14c25ac..59d8fcce8 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -114,7 +114,7 @@ iframe { #logo { height: 65px; margin-top: 1em; - background: url('/themes/ipfire-new/images/tux2.png') no-repeat; + background: url('../../images/tux2.png') no-repeat; } #logo h1 { @@ -132,7 +132,7 @@ iframe { padding: 1.5em 2em 0 2em; border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px; - background: #fff url('/themes/ipfire-new/images/n2.gif') 0px 0px repeat-x; + background: #fff url('../../images/n2.gif') 0px 0px repeat-x; border: 1px solid black; } @@ -188,7 +188,7 @@ input { } input.button { - background: #ca2f2f url('/themes/ipfire-new/images/n3.gif') repeat-x; + background: #ca2f2f url('../../images/n3.gif') repeat-x; color: #fff; border: solid 1px #a94b4b; font-weight: bold; diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index ed91b7ca0..f3a5d8e67 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -121,13 +121,13 @@ print < - + END ; if ($settings{'SPEED'} ne 'off') { print < + END ; } -- 2.39.2