관리-도구
편집 파일: template_info.php
<?php /** * Template Information File * * @copyright Copyright 2003-2023 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: lat9 2022 Nov 29 Modified in v1.5.8a $ * * picaflor-azul.com, Picaflor Responsive Classic */ $template_name = 'Responsive Classic Template'; $template_version = 'Version 1.0'; $template_author = 'Anne, www.picaflor-azul.com (c) 2015'; $template_description = 'This HTML5 template is mobile friendly and uses contemporary Responsive CSS to allow sharing of a single template across multiple device types. It uses PHP Mobile Detect to serve up the optimized layout based on device. It allows the designer to implement device-specific php, jquery, javascript or ajax.'; $template_screenshot = 'scr_responsive_classic.jpg'; // ----- // Normally, this template does not use "Single Column Settings" in the admin's "Layout Controller", // but if a site has set the value, the template honors that setting. // $uses_single_column_layout_settings = (isset($uses_single_column_layout_settings)) ? $uses_single_column_layout_settings : false;