[Picfinity-commit] SF.net SVN: picfinity: [35] trunk/index.php
Status: Beta
Brought to you by:
espadav8
From: <esp...@us...> - 2007-08-14 00:06:33
|
Revision: 35 http://picfinity.svn.sourceforge.net/picfinity/?rev=35&view=rev Author: espadav8 Date: 2007-08-13 17:06:33 -0700 (Mon, 13 Aug 2007) Log Message: ----------- Update the location of the DTD. This will end up on the sf.net home page Modified Paths: -------------- trunk/index.php Modified: trunk/index.php =================================================================== --- trunk/index.php 2007-08-13 17:49:32 UTC (rev 34) +++ trunk/index.php 2007-08-14 00:06:33 UTC (rev 35) @@ -105,7 +105,7 @@ if ($name == "") $folder_layout_xml = "<?xml version=\"1.0\"?>" . "\n" - . "<!DOCTYPE layout PUBLIC \"-//picfinity//Gallery Layout//EN\" \"http://www.sunset-cigarette.co.uk/gallery/gallery.dtd\">" + . "<!DOCTYPE layout PUBLIC \"-//picfinity//Gallery Layout//EN\" \"http://www.espadav8.co.uk/gallery/gallery.dtd\">" . "\n" . "<layout id=\"$folder_id\" name=\"\">\n"; else @@ -312,7 +312,7 @@ 'scalarAsAttributes' => true, 'doctype' => array ( 'id' => '-//picfinity//Gallery Layout//EN', - 'uri' => 'http://www.sunset-cigarette.co.uk/gallery/gallery.dtd' + 'uri' => 'http://www.espadav8.co.uk/gallery/gallery.dtd' ) ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |