
or if the error is obvious let me know:
this is the top half ive change so far is there any 2.5 template conflictions? especially line 29*
<?php
/**
* @package Joomla.Site
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
/* The following line loads the MooTools JavaScript Library */
JHtml::_('behavior.framework', true);
/* The following line gets the application object for things like displaying the site name */
$app = JFactory::getApplication();
?>
<?php echo '<?'; ?>xml version="1.0" encoding="<?php echo $this->_charset ?>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<?php
if ( $my->id || $option == "com_events")
{ initEditor();
}
LINE29* mosShowHead();
// ********************** PRIMARY COLOR *****************************
// Change the line below to select your preferred primary color
// Available choices are: blue , red , green ,orange, or gray
// ******************************************************************
$color = mosGetParam( $_REQUEST, 'color', 'green');
// ********************* NAV STYLE ****************************
// Change the line below to select your preferred navigation system
// Available choices are: tab and bar
// ******************************************************************
$nav = mosGetParam( $_REQUEST, 'nav', 'tab');
?>