volponerosso Posted November 1, 2012 Share Posted November 1, 2012 Ciao a tutti domanda banale... volevo sapere dove si trova il file html che gestiscono i div del tema.. non riesco a trovarlo nella cartella default... grazie mille <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xml:lang="it" xmlns="http://www.w3.org/1999/xhtml"> <head> <body id="index" class=" "> <div id="page" class="container_9 clearfix"> <div id="header" class="grid_9 alpha omega"> <a id="header_logo" title="LOGO" href="http://www.nomesito.it/shop/"> <div id="header_right" class="grid_6 omega"> <div class="sf-contener clearfix"> </div> <div id="columns" class="grid_9 alpha omega clearfix"> <div id="footer" class="grid_9 alpha omega clearfix"> </div> </body> </html> Link to comment Share on other sites More sharing options...
RuletZ Posted November 1, 2012 Share Posted November 1, 2012 Non esistono pagine html, la gestione della grafica è fatta con i css. Il file principale lo trovi nella cartella css --> global.css Link to comment Share on other sites More sharing options...
volponerosso Posted November 2, 2012 Author Share Posted November 2, 2012 ma se io voglio lavorare con i div e modificare questi, dove trovo i file che lo gestiscono? Link to comment Share on other sites More sharing options...
RuletZ Posted November 2, 2012 Share Posted November 2, 2012 Ok, allora sono i file con estensione .tpl che trovi dentro la cartella del tema. Link to comment Share on other sites More sharing options...
volponerosso Posted February 23, 2013 Author Share Posted February 23, 2013 nei tpl ci sono pochissime righe di codice.. e dei div non ce traccia ho provato anche con index.php del tema ma ci sono delle note di licenza e basta.. perche? Link to comment Share on other sites More sharing options...
ciroco05 Posted February 23, 2013 Share Posted February 23, 2013 Ciao, che modifiche devi fare ? cmq, dal codice che vedo nel primo post, dovresti guardare nel file header.tpl del tuo tema.. ma attento nella modifica Ciroco05 1 Link to comment Share on other sites More sharing options...
volponerosso Posted February 23, 2013 Author Share Posted February 23, 2013 Non c' è nulla neanche nell header Devo inserire un div che faccia da container.. perché il sito è tutto flottato a sinistra e tecnicamente non è corretto. Per poi ovviamente creare la sua classe sfondo margini 0 auto ecc ecc Elenco i 3 file index.php <?php /* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 9068 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require(dirname(__FILE__).'/config/config.inc.php'); ControllerFactory::getController('IndexController')->run(); header.php <?php /* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ $controller = new FrontController(); $controller->displayHeader(); index.tpl {* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 1.4 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {$HOOK_HOME} Link to comment Share on other sites More sharing options...
ciroco05 Posted February 23, 2013 Share Posted February 23, 2013 header.tpl Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now