[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam -
template.pt:1.52
Richard Jones
richard at commonground.com.au
Sun Feb 8 22:30:04 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv31956/browser/skins/rotterdam
Modified Files:
template.pt
Log Message:
better page titles by default
=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.51 => 1.52 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.51 Sun Feb 8 22:07:13 2004
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt Sun Feb 8 22:30:02 2004
@@ -7,7 +7,8 @@
tal:define="sitemgmt python:'/++etc++site/' in str(request.URL)">
<head>
- <title metal:define-slot="title" i18n:translate="">Z3 UI</title>
+ <title metal:define-slot="title"
+ tal:content="string:Z3: ${context/zope:title_or_name}">Z3 UI</title>
<style type="text/css" media="all"
tal:content="string:@import url(${context/++resource++zope3.css});">
More information about the Zope3-Checkins
mailing list