The navigation bar partial template

Here's an example of the navigation bar partial template found in the navbar_partial.tmpl source file in the shared/templates/partials folder:

<div id="navigationBar">
<ul>
<li><a href="/index">Home</a></li>
<li><a href="/products">Products</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>

The navigation bar partial template is also a static template. It contains the div container that contains the list of navigation links that make up IGWEB's navigation bar. These links allow users to access the Home, Products, About, and Contact pages.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.148.144.228