From: Simon Cozens Date: Sat, 8 May 2004 13:25:00 +0000 (+0000) Subject: Footer stuff from Markus. X-Git-Tag: 2.10~220 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b62651a1bceea215765d2e7e416273a1136b5f38;p=maypole.git Footer stuff from Markus. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@142 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/templates/custom/frontpage b/templates/custom/frontpage index 9df7f9d..2cef7ae 100644 --- a/templates/custom/frontpage +++ b/templates/custom/frontpage @@ -13,3 +13,4 @@
+[% INCLUDE footer %] diff --git a/templates/factory/edit b/templates/factory/edit index 90e8760..69ca0d2 100644 --- a/templates/factory/edit +++ b/templates/factory/edit @@ -28,3 +28,4 @@ form similar to L but with the current values filled in. END; ''; END %] +[% INCLUDE footer %] diff --git a/templates/factory/footer b/templates/factory/footer new file mode 100644 index 0000000..e04310f --- /dev/null +++ b/templates/factory/footer @@ -0,0 +1,2 @@ + + diff --git a/templates/factory/frontpage b/templates/factory/frontpage index 61c48b8..acee7a7 100644 --- a/templates/factory/frontpage +++ b/templates/factory/frontpage @@ -13,3 +13,4 @@
+[% INCLUDE footer %] diff --git a/templates/factory/list b/templates/factory/list index 206066f..9f7fe0e 100644 --- a/templates/factory/list +++ b/templates/factory/list @@ -40,3 +40,4 @@ END %] [% INCLUDE pager; %] [% INCLUDE addnew; %] +[% INCLUDE footer %]