]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
ipfire theme: Update file paths to web resource files.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Jan 2014 18:18:55 +0000 (19:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Jan 2014 18:18:55 +0000 (19:18 +0100)
html/html/themes/ipfire/include/css/style.css
html/html/themes/ipfire/include/functions.pl

index 9e14c25ac5587923acfb8b8bb51e1f24755c3a5b..59d8fcce8a809f2c9d7293637f48486516650d58 100644 (file)
@@ -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;
index ed91b7ca0ae596f5746f9714ee2b478886de947b..f3a5d8e67e80231efdc5b39ad9fc404b57fbab58 100644 (file)
@@ -121,13 +121,13 @@ print <<END
        $extrahead
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <link rel="shortcut icon" href="/favicon.ico" />
-       <link href="/themes/ipfire-new/include/css/style.css" rel="stylesheet" type="text/css"  />
+       <link href="/themes/ipfire/include/css/style.css" rel="stylesheet" type="text/css"  />
        <script type="text/javascript" src="/include/jquery-1.9.1.min.js"></script>
 END
 ;
 if ($settings{'SPEED'} ne 'off') {
 print <<END
-       <script type="text/javascript" src="/themes/ipfire-new/include/js/refreshInetInfo.js"></script>
+       <script type="text/javascript" src="/themes/ipfire/include/js/refreshInetInfo.js"></script>
 END
 ;
 }