Replace everything in index.php - head with the code given below:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
</head>
Replace all codes for the positions of modules with the relevant of Joomla 1.5.
Replace the code of mainbody
PHP Code:
<?php mosMainBody(); ?>
to
HTML Code:
<jdoc:include type="component" style="xhtml" />
Rename the file template_css.css from /css folder to template.css . Generate a new templateDetails.xml by using of NVU and Template builder extension. Can be downloaded there -
Nvu - Download