16 lines
581 B
PHP
Executable File
16 lines
581 B
PHP
Executable File
<?php
|
|
/**
|
|
* Template Information File
|
|
*
|
|
* @copyright Copyright 2006 Michael Maxwell
|
|
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
|
|
* @copyright Portions Copyright 2003 osCommerce
|
|
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
|
|
* @version $Id: template_info.php by Michael Maxwell
|
|
*/
|
|
$template_name = 'Gloss Black';
|
|
$template_version = 'Version 1.0';
|
|
$template_author = '(c)2006 Michael Maxwell';
|
|
$template_description = 'Generic level 01 gloss black template.';
|
|
$template_screenshot = 'scr_gloss_black.jpg';
|
|
?>
|