Changeset 14
- Timestamp:
- 11/15/06 20:11:58
- Files:
-
- trunk/languages/english.inc.php (modified) (1 diff)
- trunk/languages/german.inc.php (added)
- trunk/languages/norwegian.inc.php (added)
- trunk/languages/spanish.inc.php (added)
- trunk/phptagengine.config.inc.php (modified) (1 diff)
- trunk/phptagengine.css (modified) (1 diff)
- trunk/phptagengine.inc.php (modified) (1 diff)
- trunk/phptagengine.js.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/languages/english.inc.php
r7 r14 2 2 3 3 // Copyright (c) 2006 Alex King. All rights reserved. 4 // http:// www.alexking.org/software/phptagengine/4 // http://alexking.org/project/php-tag-engine/ 5 5 // 6 6 // Released under the LGPL license trunk/phptagengine.config.inc.php
r1 r14 2 2 3 3 // Copyright (c) 2006 Alex King. All rights reserved. 4 // http:// www.alexking.org/software/phptagengine/4 // http://alexking.org/project/php-tag-engine/ 5 5 // 6 6 // Released under the LGPL license trunk/phptagengine.css
r1 r14 1 1 /* 2 2 // Copyright (c) 2006 Alex King. All rights reserved. 3 // http:// www.alexking.org/software/phptagengine/3 // http://alexking.org/project/php-tag-engine/ 4 4 // 5 5 // Released under the LGPL license trunk/phptagengine.inc.php
r1 r14 2 2 3 3 // Copyright (c) 2006 Alex King. All rights reserved. 4 // http://www.alexking.org/software/phptagengine/ 5 // 6 // Version 1.0 beta 4 // http://alexking.org/project/php-tag-engine/ 7 5 // 8 6 // Released under the LGPL license trunk/phptagengine.js.php
r9 r14 1 1 <?php 2 3 // Copyright (c) 2006 Alex King. All rights reserved. 4 // http://alexking.org/project/php-tag-engine/ 5 // 6 // Released under the LGPL license 7 // http://www.opensource.org/licenses/lgpl-license.php 8 // 9 // ********************************************************************** 10 // This program is distributed in the hope that it will be useful, but 11 // WITHOUT ANY WARRANTY; without even the implied warranty of 12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 13 // ********************************************************************** 2 14 3 15 ini_set('display_errors', '0');
