Changeset 3852 for waeup


Ignore:
Timestamp:
16 Jan 2009, 12:26:37 (16 years ago)
Author:
uli
Message:

Make logo a link to home.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/viewlets_templates/logo.pt

    r3530 r3852  
    11<div id="logo">
    2     <img tal:attributes="src static/logo_waeup.gif" alt="WAeUp logo" />
    3     <h1>Sample University</h1>
     2    <a href=""
     3       tal:attributes="href view/application_url">
     4      <img tal:attributes="src static/logo_waeup.gif" alt="WAeUp logo" />
     5    </a>
     6    <h1 tal:content="viewlet/getAppTitle">Sample University</h1>
    47</div>
Note: See TracChangeset for help on using the changeset viewer.