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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sun Nov 11 16:05:31 UTC 2007


Author: hanska-guest
Date: 2007-11-11 16:05:31 +0000 (Sun, 11 Nov 2007)
New Revision: 780

Modified:
   trunk/community/website/ddtp_details.tmpl
Log:
Fixing weird local stuff


Modified: trunk/community/website/ddtp_details.tmpl
===================================================================
--- trunk/community/website/ddtp_details.tmpl	2007-11-11 15:53:38 UTC (rev 779)
+++ trunk/community/website/ddtp_details.tmpl	2007-11-11 16:05:31 UTC (rev 780)
@@ -1,6 +1,7 @@
-<!--?php
+<?php
+ini_set("include_path", ini_get("include_path").":../");
 require_once("inc/header.inc.php");
-?-->
+?>
 <table class="columns">
 <tr>
 	<td class="left">
@@ -31,6 +32,8 @@
 	</td>
 </tr>
 </table>
-<!--?php
+<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