root/ip/trunk/templates/default/layout/2_column_r.cfg

User picture

Author: Mighty Gorgon

Revision: 262 («Previous)


File Size: 476 Bytes

(January 26, 2010 22:58 UTC) Over 2 years ago

Bugs fixed:
* Added some conditions in sitemap.js to prevent all h2 to be altered
* Added some extra files to simplify forms and db class implementation
* Added a new function to database_update.php
* Some adjustments to all common CSS
* Minor W3C and syntax corrections (thanks to KugeLSichA and TuningBEB 2008)

 
Show/hide line numbers
<?php
/**
*
* @package Icy Phoenix
* @version $Id$
* @copyright (c) 2008 Icy Phoenix
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

if (!defined('IN_ICYPHOENIX'))
{
	die('Hacking attempt');
}

$layout_block_positions = array(
	array('right', 'r'),
	array('center', 'c'),
	array('nav', 'n'),
	array('xsnews', 'x'),
	array('centerbottom', 'b'),
);

//$layout_count_positions = 5;
$layout_count_positions = sizeof($layout_block_positions);

?>