From 0f25ec8eb640a850a8f1efe7081c03d05d04eda4 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 16 Sep 2006 00:52:26 +0000 Subject: * pagetemplate hooks are now also called when generating cgi pages. * Add a favicon plugin, which simply adds a link tag for an icon to each page (and cgis). --- templates/editpage.tmpl | 3 +++ templates/misc.tmpl | 3 +++ templates/page.tmpl | 9 ++++----- templates/recentchanges.tmpl | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index b215d9df3..0bec3d6b2 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -7,6 +7,9 @@ <TMPL_VAR FORM-TITLE> + + + diff --git a/templates/misc.tmpl b/templates/misc.tmpl index d6be08a61..e48627393 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -7,6 +7,9 @@ <TMPL_VAR TITLE> + + + diff --git a/templates/page.tmpl b/templates/page.tmpl index 15d39fbef..746fa63ef 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -6,12 +6,11 @@ <TMPL_VAR TITLE> - - - - - + + + + diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index 726e52f64..d9eea14e7 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -7,6 +7,9 @@ <TMPL_VAR TITLE> + + + -- cgit v1.2.3