On Sun, Dec 21, 2008 at 2:44 AM, Petr Vytlačil <[email protected]> wrote: > > Hi i developing a application for my friends, i try this applicaton on > two webhosting (on local and other) all go very fine, but when i > uploaded application on webhosting my friends application show bad. > > My problem you can see on this url: http://www.pdreality.cz/, how you > can see in content is show full page, its look like recursing include. > If you want show in source output html, its look like very bad .-( > > There is source of my default layout: > > <!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"> > <head> > <meta http-equiv="content-type" content="text/html; > charset=utf-8" /> > <meta http-equiv="content-language" content="cs" /> > <meta name="robots" content="all,follow" /> > <meta name="description" content="" /> > <meta name="keywords" content="" /> > <title>PD Reality | <?php echo $title_for_layout; ?></title> > <?php > echo $html->meta('icon'); > echo $html->css('main'); > echo $html->css('jquery.lightbox.css'); > echo $scripts_for_layout; > ?> > <?php echo $javascript->link('jquery.js'); ?> > <?php echo $javascript->link('jquery.lightbox-0.5.pack.js'); ?> > </head> > <body> > <div id="main"> > <div id="header"> > <h1 id="logo"><a title="PD Reality" href="<?php echo > $html->url > ('/');?>"><span></span>PD Reality</a></h1> > <?php echo $this->element('topmenu');?> > <div id="headGirlBg"></div> > </div> > <div id="description"> > <div id="line"></div> > <div id="girlBody"></div> > <div id="descSlogan"> > <h1 id="slogan"><span></span>PD REALITY Vám > pomůže při prodeji > nebo nákupu realit</h1> > <ul> > <li>Naše realitní kancelář, Vám ráda > pomůže s prodejem nebo > pronájmem Vaší reality.</li> > <li>Pomůžeme Vám nalézt vhodné > bydlení, rekreační chatu nebo > komerční prostory pro Vaše podnikání.</li> > <li>Spotředkujeme Vám vhodný úvěr pro > financování nákupu vybrané > nemovitosti.</li> > </ul> > </div> > </div> > <div id="content"> > <div id="left"> > <?php echo $this->element('leftpanel');?> > </div> > <div id="center"> > <?php $session->flash(); ?> > <?php echo $content_for_layout; ?> > </div> > <div id="right"> > <?php echo $this->element('rightpanel');?> > </div> > <hr class="clear"/> > </div> > <div id="footer"> > <p>Copyright (c) 2008 PD Reality - Realitní kancelář | > realizace: <a > href="http://www.4people.cz">Webdesign 4People</a></p> > </div> > </div> > <?php echo $cakeDebug; ?> > </body> > </html> > > I tried show page only with blank default layout and in output is > still in body tag is any h2. > Im desperate, I dont know how solve this problem, on two webhosting > application show good but on this no. >
You may need to post your: /app/views/elements/leftpanel.ctp file. -- Fedora 9 : sulphur is good for the skin ( www.pembo13.com ) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
