[med-svn] r691 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sat Oct 13 09:25:24 UTC 2007
Author: hanska-guest
Date: 2007-10-13 09:25:24 +0000 (Sat, 13 Oct 2007)
New Revision: 691
Added:
trunk/community/website/bug_details.tmpl
Removed:
trunk/community/website/bug_details.php
Log:
We'll use templates also for details. We won't generate things
on-the-fly.
Deleted: trunk/community/website/bug_details.php
===================================================================
--- trunk/community/website/bug_details.php 2007-10-13 09:16:47 UTC (rev 690)
+++ trunk/community/website/bug_details.php 2007-10-13 09:25:24 UTC (rev 691)
@@ -1,7 +0,0 @@
-<?php
-require_once("inc/header.inc.php");
-?>
-<h1>Still under development</h1>
-<?php
-require_once("inc/footer.inc.php");
-?>
Copied: trunk/community/website/bug_details.tmpl (from rev 690, trunk/community/website/bug_details.php)
===================================================================
--- trunk/community/website/bug_details.tmpl (rev 0)
+++ trunk/community/website/bug_details.tmpl 2007-10-13 09:25:24 UTC (rev 691)
@@ -0,0 +1,7 @@
+<?php
+require_once("inc/header.inc.php");
+?>
+<h1>Still under development</h1>
+<?php
+require_once("inc/footer.inc.php");
+?>
More information about the debian-med-commit
mailing list