Fix another notice.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 1 Feb 2009 13:16:08 +0000 (14:16 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 1 Feb 2009 13:16:08 +0000 (14:16 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/plpage.header.tpl

index cfc421f..a007e2b 100644 (file)
@@ -51,6 +51,6 @@
 {if t($pl_extra_header)}
 {$pl_extra_header|smarty:nodefaults}
 {/if}
-<title>{$pl_title}</title>
+{if t($pl_title)}<title>{$pl_title}</title>{/if}
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}