[med-svn] r750 - trunk/community/website

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Nov 3 18:08:06 UTC 2007


Author: hanska-guest
Date: 2007-11-03 18:08:05 +0000 (Sat, 03 Nov 2007)
New Revision: 750

Modified:
   trunk/community/website/ddtp.tmpl
Log:
Forgot including header and footer, sorry


Modified: trunk/community/website/ddtp.tmpl
===================================================================
--- trunk/community/website/ddtp.tmpl	2007-11-03 17:29:16 UTC (rev 749)
+++ trunk/community/website/ddtp.tmpl	2007-11-03 18:08:05 UTC (rev 750)
@@ -1,3 +1,6 @@
+<?php
+require_once("inc/header.inc.php");
+?>
 <table class="columns">
 <tr>
 	<td class="left">
@@ -26,3 +29,6 @@
 </table>
 <address><?=_("Last update")?>: <div node="-con:date"></div></address>
 <address><?=_("Please note: this page gets automatically updated twice a day, on 00:00 and 12:00 UTC.")?></address>
+<?php
+require_once("inc/footer.inc.php");
+?>




More information about the debian-med-commit mailing list