[Astrospaces-commits] SF.net SVN: astrospaces: [23] trunk/functions/template.php
Brought to you by:
p3net
From: <p3...@us...> - 2007-07-29 21:01:50
|
Revision: 23 http://astrospaces.svn.sourceforge.net/astrospaces/?rev=23&view=rev Author: p3net Date: 2007-07-29 14:01:52 -0700 (Sun, 29 Jul 2007) Log Message: ----------- Add the header to the new template parser Modified Paths: -------------- trunk/functions/template.php Property Changed: ---------------- trunk/functions/template.php Modified: trunk/functions/template.php =================================================================== --- trunk/functions/template.php 2007-07-29 20:49:34 UTC (rev 22) +++ trunk/functions/template.php 2007-07-29 21:01:52 UTC (rev 23) @@ -1,4 +1,23 @@ <?php +/******************************************************* + * Copyright (C) 2007 http://p3net.net + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + @id: $Id $ +*********************************************************/ class template { var $template; Property changes on: trunk/functions/template.php ___________________________________________________________________ Name: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |