0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
themes
/
pnDefault
/
lang
/
eng
/
[
Home
]
File: xaninit.php
<?php // $Id: xaninit.php 16722 2005-08-27 12:35:10Z $ // 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_BUTTONSTYLE','Buttons style'); define('_TM_SIZETITLE','Title size'); define('_TM_SIZETEXT','Text size'); define('_TM_SIZESMALL','Small text size'); define('_TM_HEADERMENU','Header menu'); define('_TM_TOPLINKS','Top links'); define('_TM_FOOTERMENU','Footer menu'); // 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_CENTERBLOCK','Center block'); define('_TM_HOMEPAGE', 'homepage'); define('_TM_DEFAULT', 'Default Block'); ?>