]> git.pld-linux.org Git - packages/gallery-theme-carbon.git/commitdiff
- use relative links
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 26 Jul 2006 12:34:12 +0000 (12:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gallery-theme-carbon-hoverbox.patch -> 1.2

gallery-theme-carbon-hoverbox.patch

index 2de11b98c9da1ff9d434cfa071251befb9e74706..d609fd0eb600dbceeb432908b3ca9c18e4c4c093 100644 (file)
@@ -4,9 +4,9 @@
  
      {* Include this theme's style sheet *}
      <link rel="stylesheet" type="text/css" href="{g->theme url="theme.css"}"/>
-+    <link rel="stylesheet" href='/hoverbox/hoverbox.css' type="text/css" media="screen, projection" />
++    <link rel="stylesheet" href='hoverbox/hoverbox.css' type="text/css" media="screen, projection" />
 +    <!--[if IE]>
-+    <link rel="stylesheet" href='/hoverbox/ie_fixes.css' type="text/css" media="screen, projection" />
++    <link rel="stylesheet" href='hoverbox/ie_fixes.css' type="text/css" media="screen, projection" />
 +    <![endif]-->
      <script type="text/javascript" src="{g->url href='themes/carbon/theme.js'}"></script>
    </head>
@@ -29,7 +29,7 @@
 -        </td>
 -      {/if}
 +      {if ($peer.peerIndex == $data.thisPeerIndex)}
-+              <td width="44" height="40" align="center" style="background: url(/hoverbox/display.gif) no-repeat;">
++              <td width="44" height="40" align="center" style="background: url(hoverbox/display.gif) no-repeat;">
 +               {g->image item=$peer image=$peer.thumbnail style="filter:alpha(opacity=33);-moz-opacity:.33;opacity:.33;" maxSize=40 title="Currently Displayed Image"}
 +              </td>
 +      {else}
This page took 0.041892 seconds and 4 git commands to generate.