Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it
    Registrato dal
    Feb 2005
    Messaggi
    2,245

    errore con opera/safari per la visualizzazione

    <?php
    /**
    * @copyright Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
    * @license GNU/GPL, see LICENSE.php
    * Joomla! is free software. This version may have been modified pursuant
    * to the GNU General Public License, and as distributed it includes or
    * is derivative of works licensed under the GNU General Public License or
    * other free or open source software licenses.
    * See COPYRIGHT.php for copyright notices and details.
    */

    // no direct access
    defined( '_JEXEC' ) or die( 'Restricted access' );
    ?>
    <!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; ?>" >

    <head>
    <jdoc:include type="head" />
    <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" />
    <?php if ($this->countModules('left') || $this->countModules('right')) { ?>
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_css.css" type="text/css" />
    <?php } elseif ($this->countModules('left')==0 || $this->countModules('right')==0) { ?>
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_css_wrapped.css" type="text/css" />
    <?php } ?>
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/typography.css" type="text/css" />
    <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/OIE.js"></script>

    </head>
    <body>

    <div id="top">
    <div id="topmenu">
    <div id="menu"><jdoc:include type="modules" name="topmenu" /></div>
    <div id="feed"><jdoc:include type="modules" name="feed" /></div>
    </div>
    </div>

    <div class="clear"></div>
    <div id="header">
    <div id="linkcontainer">
    <div id="pngcontainer">
    [img]templates/brownlovers/images/logo.png[/img]
    </div>
    </div>
    <div id="logo"></div>

    <div id="leaderboard"><jdoc:include type="modules" name="leaderboard" style="xhtml" /></div>
    </div>

    <div id="toolbar" style="background-image:url(templates/brownlovers/images/bg_toolbar.png);">
    <div id="pathway"><jdoc:include type="modules" name="breadcrumb" style="xhtml" /></div>
    <div id="search"><jdoc:include type="modules" name="search" style="xhtml" /></div>
    </div>

    <div class="clear"></div>

    <div id="wrapper">
    <div id="content">
    <jdoc:include type="message" />
    <?php if($this->countModules('banner')) {?>
    <div class="banner"><jdoc:include type="modules" name="banner" style="xhtml" /></div>
    <?php } ?>
    <jdoc:include type="component" style="xhtml" />
    <?php if ($this->countModules('user1') || $this->countModules('user2')) { ?>
    <div id="user">
    <div id="user1"><jdoc:include type="modules" name="user1" style="xhtml" /></div>
    <div id="user2"><jdoc:include type="modules" name="user2" style="xhtml" /></div>
    </div>
    <?php } ?>
    </div>
    <div id="sidebar">
    <div id="left" >
    <?php if($this->countModules('left')) {?>
    <jdoc:include type="modules" name="left" style="xhtml" />
    <?php } ?>
    </div>
    <div id="right">
    <?php if($this->countModules('right')) {?>
    <jdoc:include type="modules" name="right" style="xhtml" />
    <?php } ?>
    </div>
    </div>
    <div class="clear"></div>
    </div>

    <?php if ($this->countModules('user3') || $this->countModules('footer')) { ?>
    <div id="footer" style="background-image:url(templates/brownlovers/images/bg_footer.png);">
    <?php if($this->countModules('user3')) {?>
    <div id="footer_menu"><jdoc:include type="modules" name="user3" /></div>
    <?php } ?>
    <?php if($this->countModules('footer')) {?>
    <div id="footer_text">



    </p>

    </div>
    <?php } ?>
    </div>
    <?php } ?>



    </body>
    </html>




    devo postare il css generale?


    Grazie Stefano

  2. #2
    Ciao,

    gentilmente, poni più attenzione alla sezione dove apri i tuoi thread perché questo è un problema PRETTAMENTE grafico e non inerente alle funzionalità del CMS.

    Riapri il thread nella sezione corretta
    The fastest Redis alternative ... cachegrand! https://github.com/danielealbano/cachegrand

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.