0byt3m1n1
Path:
/
data
/
applications
/
aps
/
xoops
/
2.5.1a-0
/
standard
/
htdocs
/
themes
/
suico
/
[
Home
]
File: xo-info.php
<?php /* You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. 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. */ /** * XOOPS Suico theme configuration file * * Not used yet, for forward compat * * @copyright The Xoops project http://www.xoops.org/ * @license http://www.fsf.org/copyleft/gpl.html GNU public license * @author Taiwen Jiang <phppp@users.sourceforge.net> * @since 2.3 * @version $Id: xo-info.php 2793 2009-02-10 19:49:25Z dugris $ */ return array( 'copyright' => '© XOOPS Project, maintained by Xoops Design Team', //'xoBundleIdentifier' => 'theme_suico', //'xoBundleDisplayName' => 'XOOPS Suico 1.0 (standards compliant)', //'parentTheme' => 'suico', // This theme default templates // templates paths must start with a "." to be considered relative to the theme folder //'canvasTemplate' => './xotpl/xo_canvas.html', //'pageTemplate' => './xotpl/xo_page.html', // Types of language constants "languages" => array("main", "admin"), ); ?>