7 lines
432 B
PHP
Executable File
7 lines
432 B
PHP
Executable File
<?php
|
|
$template_name = 'Classic Template - Custom';
|
|
$template_version = 'Version 1.3.0';
|
|
$template_author = 'Zen Cart Team (c) 2006 / Benjamin Ramey';
|
|
$template_description = 'This template set is designed to be easily modified using only the style sheet to change colors, fonts, and the store logo. Three images are required; logo.jpg, header_bg.jpg, and tile_back.jpg.';
|
|
$template_screenshot = 'scr_template_default.jpg';
|
|
?>
|