Hola gracias por responder:
Este es mi código del index.php
<?php
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" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/blueprint/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/blueprint/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/
js/template.
js"></script>
</head>
<body>
<div class="container">
<div class="moduletable">
<?php if($this->countModules('pytsa-logo')) : ?>
<div id="pytsa-logo" class="span-24 last">
<jdoc:include type="modules" name="pytsa-logo" style="xhtml" />
<jdoc:include type="component" name="pytsa-logo" style="xhtml" />
</div>
<?php endif; ?>
</div>
<div class="moduletable">
<?php if($this->countModules('pytsa-menu')) : ?>
<div id="pytsa-menu" class="span-24 last">
<jdoc:include type="modules" name="pytsa-menu" style="xhtml" />
<jdoc:include type="component" name="pytsa-menu" style="xhtml" />
</div>
<?php endif; ?>
</div>
<jdoc:include type="message" />
<div class="moduletable">
<?php if($this->countModules('pytsa-slider')) : ?>
<div id="pytsa-slider" class="span-24 last">
<jdoc:include type="modules" name="pytsa-slider" style="xhtml" />
<jdoc:include type="component" name="pytsa-slider" style="xhtml" />
</div>
<?php endif; ?>
</div>
<div class="moduletable">
<?php if($this->countModules('pytsa-uno')) : ?>
<div id="pytsa-uno" class="span-8">
<jdoc:include type="modules" name="pytsa-uno" style="xhtml" />
<jdoc:include type="component" name="pytsa-uno" style="xhtml" />
</div>
<?php endif; ?>
</div>
<div class="moduletable">
<?php if($this->countModules('pytsa-dos')) : ?>
<div id="pytsa-dos" class="span-8">
<jdoc:include type="modules" name="pytsa-dos" style="xhtml" />
<jdoc:include type="component" name="pytsa-dos" style="xhtml" />
</div>
<?php endif; ?>
</div>
<div class="moduletable">
<?php if($this->countModules('pytsa-tres')) : ?>
<div id="pytsa-tres" class="span-8 last">
<jdoc:include type="modules" name="pytsa-tres" style="xhtml" />
<jdoc:include type="component" name="pytsa-tres" style="xhtml" />
</div>
<?php endif; ?>
</div>
<div class="moduletable">
<?php if($this->countModules('pytsa-lista')) : ?>
<div id="pytsa-lista" class="span-24 last">
<jdoc:include type="modules" name="pytsa-lista" style="xhtml" />
<jdoc:include type="component" name="pytsa-lista" style="xhtml" />
</div>
<?php endif; ?>
</div>
<div class="moduletable">
<?php if($this->countModules('pytsa-licencia')) : ?>
<div id="pytsa-licencia" class="span-24 last">
<jdoc:include type="modules" name="pytsa-licencia" style="xhtml" />
<jdoc:include type="component" name="licencia" style="xhtml" />
</div>
<?php endif; ?>
</div>
</body>
</html>
Y este es mi código del templateDetails:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 1.6//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd">
<extension
version="1.7"
type="template"
client="site">
<name>pytsa</name>
<creationDate>23/01/2012</creationDate>
<author>Irving Galvan</author>
<authorEmail>irving.galvan@ymail.com</authorEmail>
<authorUrl>http://www.irvinggalvan.zobyhost.com.mx</authorUrl>
<copyright>Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>1.0</version>
<description>TPL_PYTSA_XML_DESCRIPTION</description>
<files>
<folder>html</folder>
<folder>css</folder>
<folder>images</folder>
<folder>language</folder>
<folder>
js</folder>
<filename>index.php</filename>
<filename>index.html</filename>
<filename>favicon.ico</filename>
<filename>templateDetails.xml</filename>
<filename>template_preview.png</filename>
<filename>template_thumbnail.png</filename>
<filename>component.php</filename>
<filename>error.php</filename>
</files>
<positions>
<position>pytsa-logo</position>
<position>pytsa-menu</position>
<position>pytsa-slider</position>
<position>pytsa-uno</position>
<position>pytsa-dos</position>
<position>pytsa-tres</position>
<position>pytsa-lista</position>
<position>pytsa-licencia</position>
</positions>
<!-- For core templates, we also install/uninstall the language files in the core language folders.
-->
<languages folder="language">
<language tag="es-ES">es-ES/es-ES.tpl_pytsa.ini</language>
<language tag="es-ES">es-ES/es-ES.tpl_pytsa.sys.ini</language>
</languages>
</extension>