0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
themes
/
SeaBreeze
/
lang
/
eng
/
[
Home
]
File: xaninit.php
<?php // $Id: xaninit.php 16598 2005-08-04 21:25:13Z markwest $ // Xanthia Theme Engine FOR PostNuke Content Management System // Copyright (C) 2003 by the CorpNuke.com Development Team. // Copyright is claimed only on changes to original files // Modifications by: Larry E. Masters aka. PhpNut // nut@phpnut.com // http://www.coprnuke.com/ // ---------------------------------------------------------------------- // Based on: Encompass Theme Engine - http://madhatt.info/ // Original Author: Brian K. Virgin (MADHATter7) // ---------------------------------------------------------------------- // Based on: // eNvolution Content Management System // Copyright (C) 2002 by the eNvolution Development Team. // http://www.envolution.com/ // ---------------------------------------------------------------------- // Based on: // PostNuke Content Management System - www.postnuke.com // PHP-NUKE Web Portal System - http://phpnuke.org/ // Thatware - http://thatware.org/ // ---------------------------------------------------------------------- // LICENSE // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License (GPL) // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // 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. See the // GNU General Public License for more details. // // To read the license please visit http://www.gnu.org/copyleft/gpl.html // Theme Settings define('_TM_PAGEWIDTH', 'Overall page width'); define('_TM_LCOLWIDTH', 'Left column width'); define('_TM_RCOLWIDTH', 'Right column width'); define('_TM_INDEXCOL', 'Number of news columns'); define('_TM_RIGHTON', 'Show right blocks in news module (only applicable for PostNuke .7x)'); // Theme Zones define('_TM_MASTER', 'Master zone'); define('_TM_OPENTABLE1', 'OpenTable1'); define('_TM_OPENTABLE2', 'OpenTable2'); define('_TM_LEFTSIDEB', 'Left side box'); define('_TM_RIGHTSIDEB', 'Right side box'); define('_TM_NEWSINDEX', 'News index (standard)'); define('_TM_NEWSART', 'News article'); define('_TM_NEWSINDEX2', 'News index (2 columns)'); define('_TM_MAINMENUB', 'Main menu block'); define('_TM_CENTERB', 'Center block'); define('_TM_HOMEPAGE', 'Homepage'); define('_TM_ADMIN', 'Admin'); define('_TM_HTMLpages', 'HTMLpages'); define('_TM_PNphpBB', 'PNphpBB (left column only)'); define('_TM_NukeWrapper', 'NukeWrapper (No side blocks)'); ?>