Author: mathias Date: 2007-04-17 06:46:59 +0000 (Tue, 17 Apr 2007) New Revision: 12767
Added: trunk/website/includes/metadata.inc.php Log: Fixed some old stuff Added: trunk/website/includes/metadata.inc.php =================================================================== --- trunk/website/includes/metadata.inc.php (rev 0) +++ trunk/website/includes/metadata.inc.php 2007-04-17 06:46:59 UTC (rev 12767) @@ -0,0 +1,7 @@ +<?php + +$pages = array( + +'en' => 'pages/en/metadata.php') + +?> \ No newline at end of file
