Gracias por la aclaraciónnn!!!! ahora mismo me pongo al lío!!!
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú<div class="page">
<div class="header-container">
<div class="header">
<a href="http://localhost/magento/index.php/" title="La tienda" class="logo"><strong>La tienda</strong><img src="http://localhost/magento/skin/frontend/default/blank/images/Logo.jpg" alt="La tienda"></a>
<div class="quick-access">
<form id="search_mini_form" action="http://localhost/magento/index.php/catalogsearch/result/" method="get">
<div class="form-search">
<label for="search">Search:</label>
<input id="search" type="text" name="q" value="" class="input-text" autocomplete="off">
<button type="submit" title="Search" class="button"><span><span>Search</span></span></button>
<div id="search_autocomplete" class="search-autocomplete" style="display: none; "></div>
<script type="text/javascript">
//<![CDATA[
var searchForm = new Varien.searchForm('search_mini_form', 'search', 'Search entire store here...');
searchForm.initAutocomplete('http://localhost/magento/index.php/catalogsearch/ajax/suggest/', 'search_autocomplete');
//]]>
</script>
</div>
</form>
<p class="welcome-msg">Bienvenido a una tienda para tu mascota</p>
<ul class="links">
<li class="first"><a href="http://localhost/magento/index.php/customer/account/" title="My Account">My Account</a></li>
<li><a href="http://localhost/magento/index.php/wishlist/" title="My Wishlist">My Wishlist</a></li>
<li><a href="http://localhost/magento/index.php/checkout/cart/" title="My Cart" class="top-link-cart">My Cart</a></li>
<li><a href="http://localhost/magento/index.php/checkout/" title="Checkout" class="top-link-checkout">Checkout</a></li>
<li class=" last"><a href="http://localhost/magento/index.php/customer/account/login/" title="Log In">Log In</a></li>
</ul>
</div>
</div>
</div>
<p><span class="widget widget-cms-link"><a href="http://localhost/magento/index.php/nosotros" title="Sobre nosotros"><span>Sobre nosotros</span></a></span>
</p><div class="nav-container">
<ul id="nav">
<li class="level0 nav-1 level-top first parent" id="">
<a href="http://localhost/magento/index.php/tienda.html" class="level-top">
<span>Tienda online</span>
</a>
<ul class="level0">
<li class="level1 nav-1-1 first la
if (version_compare(phpversion(), '5.2.0', '<')===true) {
echo '<div style="font:12px/1.35em arial, helvetica, sans-serif;"><div style="margin:0 0 25px 0; border-bottom:1px solid #ccc;"><h3 style="margin:0; font-size:1.7em; font-weight:normal; text-transform:none; text-align:left; color:#2f2f2f;">Whoops, it looks like you have an invalid PHP version.</h3></div><p>Magento supports PHP 5.2.0 or newer. <a href="http://www.magentocommerce.com/install" target="">Find out</a> how to install</a> Magento using PHP-CGI as a work-around.</p></div>';
exit;
}
/**
* Error reporting
*/
error_reporting(E_ALL | E_STRICT);
/**
* Compilation includes configuration file
*/
$compilerConfig = 'includes/config.php';
if (file_exists($compilerConfig)) {
include $compilerConfig;
}
$mageFilename = 'app/Mage.php';
$maintenanceFile = 'maintenance.flag';
if (!file_exists($mageFilename)) {
if (is_dir('downloader')) {
header("Location: downloader");
} else {
echo $mageFilename." was not found";
}
exit;
}
if (file_exists($maintenanceFile)) {
include_once dirname(__FILE__) . '/errors/503.php';
exit;
}
require_once $mageFilename;
#Varien_Profiler::enable();
if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) {
Mage::setIsDeveloperMode(true);
}
#ini_set('display_errors', 1);
umask(0);
/* Store or website code */
$mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : '';
/* Run store or run website */
$mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : 'store';
Mage::run($mageRunCode, $mageRunType);
<head>
<title>Imagenes</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.js"></script>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
</head>
<head>
<title>Imagenes</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.js"></script>
<link rel="stylesheet" href="css/lightbox.css" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
</head>