html5 - Joomla! Forum - community, help and support


can please tell me how convert html5 site joomla 2.5.i use this
header menu doesnt show up.please me


<?php
/**
* @package joomla.site
* @copyright copyright (c) 2005 - 2012 open source matters, inc. rights reserved.
* @license gnu general public license version 2 or later; see license.txt
*/

defined('_jexec') or die;

/* following line loads mootools javascript library */
jhtml::_('behavior.framework', true);

/* following line gets application object things displaying site name */
$app = jfactory::getapplication();
?>
<?php echo '<?'; ?>xml version="1.0" encoding="<?php echo $this->_charset ?>"?>
<!doctype html public "-//w3c//dtd xhtml 1.0 strict//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<!-- following jdoc head tag loads header , meta information site config , content. -->
<jdoc:include type="head" />

<!-- css -->
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/social-icons.css" type="text/css" media="screen" />
<!-- ends css -->

<!--[if ie]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- ends js -->

<!-- js -->
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/custom.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/slider.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/slides/source/slides.min.jquery.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/quicksand.js"></script>

<!-- superfish -->
<link rel="stylesheet" media="screen" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/superfish.css" />
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/superfish-1.4.8/js/hoverintent.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/superfish-1.4.8/js/superfish.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/superfish-1.4.8/js/supersubs.js"></script>
<!-- ends superfish -->

<!-- poshytip -->
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/poshytip-1.0/src/tip-twitter/tip-twitter.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/poshytip-1.0/src/tip-yellowsimple/tip-yellowsimple.css" type="text/css" />
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/poshytip-1.0/src/jquery.poshytip.min.js"></script>
<!-- ends poshytip -->

<!-- tweet -->
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/jquery.tweet.css" media="all" type="text/css"/>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/tweet/jquery.tweet.js" type="text/javascript"></script>
<!-- ends tweet -->

<!-- prettyphoto -->
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/prettyphoto/js/jquery.prettyphoto.js"></script>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/prettyphoto/css/prettyphoto.css" type="text/css" media="screen" />
<!-- ends prettyphoto -->

<!-- google fonts -->
<link href='http://fonts.googleapis.com/css?family=droid+serif:400italic' rel='stylesheet' type='text/css'>

</head>

<body>

<!-- dynamic background -->
<div id="headerimgs">
<div id="headerimg1" class="headerimg"></div>
<div id="headerimg2" class="headerimg"></div>
</div>
<!-- ends dynamic background -->

<!-- background nav -->
<div id="headernav">
<div id="back" class="btn"></div>
<div id="next" class="btn"></div>
</div>
<!-- ends background nav -->

<div id="top-gap"></div>

<!-- wrapper -->
<div class="wrapper">

<a href=""><img id="logo" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/img/logo.png" alt="kroft"></a>


<!-- nav bar holder -->
<div id="nav-bar-holder">
<!-- navigation -->

<ul id="nav" class="sf-menu">
<jdoc:include type="modules" name="mainmenu" style="none" />
</ul>

<!-- ends navigation -->

<ul id="nav" class="sf-menu">
<li id="nav" class="sf-menu"<jdoc:include type="modules" name="mainmenu" style="none" /> </li>
</ul>





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support