Buenas , estoy pasando mi plantilla html estática a joomla, me gustaría saber si estoy haciendo lo correcto. A la hora de instalarla no hay problema, el problema empieza cuando no aparecen las imagenes de la web, he probado incluso a poner en el templatedetails.xml el fondo para probar si hace falta ponerlas una a una, pero no funciona así tampoco, también tengo otro problema y es que no aparecen los menus creados por joomla en la parte donde le dije en la plantilla. Aquí os dejo el código:
INDEX.PHP
Código:
<?php
//no direct access
defined('_JEXEC') or die('Restricted index access');?>
<!DOCTYPE html>
<HTML xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language ?>" dir="<?php echo $template_direction; ?>">
<HEAD>
<jdoc:include type="head"/>
<LINK rel="shortcut icon" href="favicon.ico" />
<TITLE>ULTIMATE BREATH OFICIAL</TITLE>
<META charset="utf-8">
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="Ultimate Breath Official Site">
<META name="author" content="Manuel Fernández de Ginzo">
<LINK rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/system.css" type="text/css"/>
<LINK rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/general.css" type="text/css"/>
<LINK rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/style.css" type="text/css" />
<LINK rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/orbit-1.2.3.css" type="text/css" />
<LINK rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/demo-style.css" type="text/css" />
<SCRIPT type="text/javascript" src="jquery-1.5.1.min.js"></SCRIPT>
<SCRIPT type="text/javascript" src="jquery.orbit-1.2.3.min.js"></SCRIPT>
<SCRIPT type="text/javascript">
$(window).load(function() {
$('#featured').orbit();
});
</SCRIPT>
</HEAD>
<BODY>
<DIV id="menucontainer">
<UL id="menu1">
<jdoc:include type="modules" name="menu" style="none"/>
</UL>
</DIV>
<DIV id="contenedor">
<DIV class="container">
<DIV id="featured">
<A href="https://soundcloud.com/ultimatebreath/ultimate-breath-exhumed-body" target="_blank"><img src="images/slider.png" /></A>
<A href="https://soundcloud.com/ultimatebreath/ultimate-breath-exhumed-body" target="_blank"><img src="images/slider.png" /></A>
</DIV>
</DIV>
</DIV>
<DIV id="contenido">
<DIV id="new">
New EP
<DIV id="album">
<A href="http://ultimatebreath.bandcamp.com/" target="_blank"><IMG src="images/logo.jpg"/></A>
</DIV>
<DIV id="donate">
<A href="http://ultimatebreath.bandcamp.com/" target="_blank">DONATE</A>
</DIV>
<DIV id="player">
<iframe width="220" height="300" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1069595&color=009dff&auto_play=false&show_artwork=true"></iframe>
</DIV>
</DIV>
<DIV id="news">
News Feed
<DIV id="postheader">
New Website!
<P>12/01/2012</P>
</DIV>
<DIV id="post">
<jdoc:include type="component" />
</DIV>
</DIV>
<DIV id="tour">
Tour Dates
<DIV id="soon">
Soon
</DIV>
</DIV>
<DIV id="videos">
Last Videos
<DIV id="eb">
<A href="http://youtu.be/MDHp_Svib6Q?hd=1" target="_blank"><IMG src="images/exhumedbody.png"/></A>
<A href="http://youtu.be/MDHp_Svib6Q?hd=1" target="_blank"><IMG src="images/minivideo.png"/></A>
</DIV>
</DIV>
</DIV>
<DIV id="footer">
<DIV id="logos">
<IMG src="images/logos.png"/>
</DIV>
<DIV id="social">
<A href="http://www.facebook.com/pages/Ultimate-Breath/222355331125193" target="_blank"><IMG src="images/fb.png"/></A>
<A href="https://soundcloud.com/ultimatebreath" target="_blank"><IMG src="images/sc.png"/></A>
<A href="http://www.youtube.com/user/UltimateBreath" target="_blank"><IMG src="images/youtube.png"/></A>
<A href="http://www.lastfm.es/music/Ultimate+Breath" target="_blank"><IMG src="images/lastfm.png"/></A>
<A href="https://twitter.com/UltimateBreath" target="_blank"><IMG src="images/twitter.png"/></A>
<A href="http://www.reverbnation.com/ultimatebreath" target="_blank"><IMG src="images/rb.png"/></A>
<A href="http://ultimatebreath.bandcamp.com/" target="_blank"><IMG src="images/bclogos.png"/></A>
</DIV>
<DIV id="linea">
</DIV>
<DIV id="derechos">
<FONT style="font-family: Helvetica;">©</FONT> 2012 . Ultimate Breath - All Rights Reserved. // Design & Development by Manux.
</DIV>
<DIV id="espacio">
</DIV>
</DIV>
</BODY>
</HTML>
templateDetails.xml
Código:
<?xml version="1.0" encoding="utf-8"?>
<extension version="1.6" type="template">
<name>Ultimate Breath</name>
<creationDate>2012-05-01</creationDate>
<author>Manux</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.example.com</authorUrl>
<copyright>Manux</copyright>
<license>GNU/GPL</license>
<version>1.0.2</version>
<description>Ultimate Breath</description>
<files>
<filename>index.php</filename>
<filename>index.html</filename>
<filename>templateDetails.xml</filename>
<filename>favicon.ico</filename>
<filename>jquery.min.js</filename>
<filename>jquery.orbit-1.2.3.js</filename>
<filename>jquery.orbit-1.2.3.min.js</filename>
<filename>jquery-1.5.1.min.js</filename>
<filename>images/fondo.jpg</filename>
<folder>images</folder>
<folder>css</folder>
<folder>orbit</folder>
<folder>fuentes</folder>
</files>
<positions>
<position>menu</position>
<position>left</position>
<position>right</position>
<position>top</position>
<position>user1</position>
<position>user2</position>
<position>user3</position>
<position>user4</position>
<position>footer</position>
</positions>
</extension>
Y aquí el enlace a la web:
http://tiendanueva.xtrweb.com/
La quiero pasar a joomla , para no tener que escribir a mano las noticias y demás contenidos que quiero que sean dinámicos, mi objetivo es que sea igual que esta:
http://ultimatebreath.antilaproductions.com/
Un saludo y espero que me podáis echar una mano.
Gracias.