OSDN Git Service

- added <title> tag to default layout.tpl
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Sun, 24 May 2009 10:10:20 +0000 (10:10 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Sun, 24 May 2009 10:10:20 +0000 (10:10 +0000)
skel/template.layout.tpl

index 64ec999..c7006f1 100644 (file)
@@ -3,6 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset={$client_enc}" />
 <link rel="stylesheet" href="{$config.url}css/ethna.css" type="text/css" />
+<title>{$project_id}</title>
 </head>
 <body>
 {$content}