Changeset 1742 for WAeUP_SRP


Ignore:
Timestamp:
6 May 2007, 05:21:22 (17 years ago)
Author:
Henrik Bettermann
Message:

some fixes but fetching the right url still does not work properly

Location:
WAeUP_SRP/trunk/skins/waeup_design
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_design/main_template.pt

    r1739 r1742  
    5959      </metal:block>
    6060      <link rel="icon"
    61             href="icons/ng.png"
    62             tal:attributes="href string:${base_url}icons/ng.png"
     61            href="ng.png"
     62            tal:attributes="href string:${base_url}ng.png"
    6363            type="image/png" />
    6464      <link rel="shortcut icon"
    6565            href="icons/ng.png"
    66             tal:attributes="href string:${base_url}icons/ng.png"
     66            tal:attributes="href string:${base_url}ng.png"
    6767            type="image/png" />
    6868    </head>
  • WAeUP_SRP/trunk/skins/waeup_design/slip_template.pt

    r1739 r1742  
    5555      </metal:block>
    5656      <link rel="icon"
    57             href="http://uniben.waeup.org/portal_themes/WAeUP_Student/icons/ng.png"
     57            href="ng.png"
     58            tal:attributes="href string:${base_url}ng.png"
    5859            type="image/png" />
    5960      <link rel="shortcut icon"
    60             href="http://uniben.waeup.org/portal_themes/WAeUP_Student/icons/ng.png"
     61            href="icons/ng.png"
     62            tal:attributes="href string:${base_url}ng.png"
    6163            type="image/png" />
    62       <!-- CSS1 -->
    6364    </head>
    6465    <body tal:condition="emptybody"
  • WAeUP_SRP/trunk/skins/waeup_design/widget_portlet_actions.pt

    r1739 r1742  
    1414                       class python:show_icons and icon_tag and 'noicon' or None">
    1515         <tal:block condition="python:show_icons and icon_tag"
    16            content="structure icon_tag"/>
     16           content="string:${base_url}icon_tag"/>
    1717         <tal:block condition="python:show_icons and not icon_tag">
    1818           <img tal:attributes="src
Note: See TracChangeset for help on using the changeset viewer.