Rev | Line | |
---|
[35] | 1 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" |
---|
| 2 | i18n:domain="plone"> |
---|
| 3 | |
---|
| 4 | <body> |
---|
| 5 | |
---|
| 6 | <!-- THE PORTAL LOGO DEFINITION --> |
---|
| 7 | |
---|
| 8 | <h1 id="portal-logo_left" metal:define-macro="portal_logo_left"> |
---|
| 9 | <a href="/" |
---|
| 10 | tal:attributes="href portal_url" |
---|
| 11 | tal:define="portal_title portal_properties/title;" |
---|
| 12 | tal:content="string:$portal_title" |
---|
| 13 | accesskey="1"> |
---|
| 14 | Plone |
---|
| 15 | </a> |
---|
| 16 | </h1> |
---|
| 17 | |
---|
| 18 | <h1 id="portal-logo_right" metal:define-macro="portal_logo_right"> |
---|
| 19 | <a href="/" |
---|
| 20 | tal:attributes="href portal_url" |
---|
| 21 | tal:define="portal_title portal_properties/title;" |
---|
| 22 | tal:content="string:$portal_title" |
---|
| 23 | accesskey="1"> |
---|
| 24 | Plone |
---|
| 25 | </a> |
---|
| 26 | </h1> |
---|
| 27 | |
---|
| 28 | |
---|
| 29 | </body> |
---|
| 30 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.