I meant the *relevant* code. Wading through that, it looks to me that the problem is probably that your paths are wrong. Where is index.php? Where is this 'templates' dir? And where is header.swf? Is it inside the templates/socialbug/html dir?
On Mon, Aug 10, 2009 at 7:29 AM, ninad ajnikar<[email protected]> wrote: > index.php file code: > > > <?php > /*---------------------------------------------------------------------- > #Youjoomla Elegance April 2008 > # ---------------------------------------------------------------------- > # Copyright (C) 2008 You Joomla. All Rights Reserved. > # Designed by: You Joomla > # License: GNU, GPL > # Website: http://www.youjoomla.com > ------------------------------------------------------------------------*/ > defined( '_JEXEC' ) or die( 'Restricted index access' ); > > > // SUCKERFISH MENU SWITCH // > $menu_name = $this->params->get("menuName", "mainmenu");// mainmenu by > default, can be any Joomla! menu name > > > > > $default_font = $this->params->get("fontsize", "medium"); // SMALL | MEDIUM > | BIG > $default_width = $this->params->get("sitewidth", "wide"); // WIDE | NARROW > > $showtools = $this->params->get("templateTools", "1"); // 0 HIDE TOOLS | 1 > SHOW ALL | 2 COLOR AND WIDTH | 3 COLOR AND FONT | 4 WIDTH AND FONT |5 > WIDTH ONLY | 6 FONT ONLY | 7 COLOR ONLY > > // SEO SECTION // > > $seo = $this->params->get ("seo", "Joomla Software > solutions Template"); # JUST FOLOW THE TEXT > $tags = $this->params->get ("tags", "Joomla Software, > Joomla Templates, Youjoomla"); # JUST FOLOW THE TEXT > > #DO NOT EDIT BELOW THIS LINE > define( 'TEMPLATEPATH', dirname(__FILE__) ); > include( TEMPLATEPATH.DS."settings.php"); > include( TEMPLATEPATH.DS."styleswitcher.php"); > require( TEMPLATEPATH.DS."suckerfish.php"); > > ?> > > > <!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 href="templates/<?php echo $this->template ?>/css/style.css" > rel="stylesheet" type="text/css" /> > <script type="text/javascript" src="templates/<?php echo $this->template > ?>/src/mootools.v1.1.js"></script> > <script type="text/javascript" src="templates/<?php echo $this->template > ?>/src/sve.js"></script> > <!--[if lte IE 7]> > <script type="text/javascript" src="templates/<?php echo $this->template > ?>/src/ie2.js"></script><![endif]--> > <!--[if lte IE 6]> > <style type="text/css"> > img,li,#search,#logo{ > behavior: url(templates/<?php echo $this->template ?>/css/iepngfix.htc); > } > #images_slide img{ > behavior:none; > } > #search .inputbox{ > margin-top:0px; > > } > </style> > <![endif]--> > > </head> > <html> > <body> > <iframe src="templates/socialbug/html/index.html" width="1000px" > height="828px" scrolling="no"> > </iframe> </body> > </html> > > > html file code: > > <head> > <!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"> > <link href="../css/style.css" rel="stylesheet" type="text/css" /> > > </head> > <body> > <div id="hdbg"> > <!-- start header--> > <div id="header"> > <div id="headrer"> > <div id="logo"> > </div> > <object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 > codebase=http://download.macromedia.com/pub/shockwave/cabs/ > flash/swflash.cab#version=5,0,2,0 > width=1000px > height=176px> > <param name=movie value=globe.swf> > <param name=quality value=high> > <param name=BGCOLOR value=#000> > <param name=SCALE value=noborder> > <embed src="header.swf" > quality=high > pluginspage=http://www.macromedia.com/shockwave/download > /index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash > width=609px > height=175px > bgcolor=#000 > scale= noborder> > </embed> > </object> > </div> > </div> > > </div> > <div id="main"> > <div id="nav"> > <ul> > <li><a href="#">HOME</a></li> > <li>  </li> > <li><a href="#">SERVICES</a></li> > <li>  </li> > <li><a href="#">ABOUT US</a></li> > <li>  </li> > <li><a href="#">CONTACT US</a></li> > </ul> > <div id="Serch"> > <li><a href="#">Search:</font></a></li> > </div> > </div> > <div id="con"><div id="textcont1">Domain Name Registration</br> > <font size="+0"><font color="#FFFF33"> Domain Name > Registration</font></font></div> > > <div id="textcont"> Web Hosting</br> > <font size="+0"><font color="#FFFF33">Web Hosting is also done our > site</font></font></div> > > <div id="textcontthree">Website Devlopment</br> > <font size="+0"><font color="#FFFF33"> Website > Devlopment</font></font></div> > </div> > <div id="bottompart">Welcome to Sun Online Solutions Pvt Ltd Co.</br>We are > IT > Company. </div> > > <div id="Adv"> > <div id="smallimg"></br><img src="../images/small_logo.png" />Sun Computer > Education</div> > <div id="twologo"></div><div id="threelogo"></div><div id="fourlogo"></div> > <div id="fivelogo"></div><div id="sixlogo"></div><div id="sevenlogo"></div> > </div> > > <div id="last">ContactUs Careers Sitemap</br>PoweredBy SunOnlineSolutions > </div> > > </div> > </body> > </html> > > On Sat, Aug 8, 2009 at 6:50 PM, brian <[email protected]> wrote: >> >> I think you'll have to post your code. >> >> On Sat, Aug 8, 2009 at 2:59 AM, ninad<[email protected]> wrote: >> > >> > I have developed a front page in dreamweaver.It has a header flash >> > file. >> > >> > The site is actually developed in ubuntu with lampp. >> > What i have done is I have designed all the css and one html file.the >> > html file(designed under dreamviewer) is called by my templates >> > index.php file through iframe tag. >> > >> > I'm able to view my site.but it is not showing the header flash >> > file. >> > I think the problem is with path of the flash file.I have stored the >> > flash file under site's images folder. >> > >> > Right now I'm working under localhost but soon I've to upload the >> > site.Please help me. >> > >> > > >> > >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
