lyno1279
12-24-09, 04:16 PM
Hi,
Can someone tell me why the navigation bar I've created doesn't show up in Joomla? however, when put into Joomla, the main menu module doesn't display the images. Pictures are in the correct folders and paths should be correct. Joomla code is below. Thanks for the thoughts...
---
<?php
// 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" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/default.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="banner"></div>
<div id="subhead">Colorado grower of premium flowers, organic vegetables, and herbs since 1996</div>
<div id="leftcol">
<div id="nav">
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
</div>
<div id="content">
<jdoc:include type="component" />
</div>
<div id="footer">
<jdoc:include type="modules" name="footer" style="xhtml" />
</div>
</div>
</body>
</html>
Can someone tell me why the navigation bar I've created doesn't show up in Joomla? however, when put into Joomla, the main menu module doesn't display the images. Pictures are in the correct folders and paths should be correct. Joomla code is below. Thanks for the thoughts...
---
<?php
// 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" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/default.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="banner"></div>
<div id="subhead">Colorado grower of premium flowers, organic vegetables, and herbs since 1996</div>
<div id="leftcol">
<div id="nav">
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
</div>
<div id="content">
<jdoc:include type="component" />
</div>
<div id="footer">
<jdoc:include type="modules" name="footer" style="xhtml" />
</div>
</div>
</body>
</html>