lbisackson
31st of October 2006 (Tue), 16:11
I have installed EE2 numerous times and I cannot get a navagation header,with browse index etc.
I can put information in Global stettings header but that is not the menu that I see on everyone elses site. I have also tried to get UDM to work and will not work either..
sort of pulling my hair out ...trying to figure this out.
Thanx Lance
BTW
My header.php is
<div class="navigationheaderholder">
<div class="navigationheader ee_css_header_small">
<a href="./index.php" class="ee_css_hyperlink">INDEX</a> | <a href="./comments.php" class="ee_css_hyperlink"><?php print strtoupper($translated["viewer_comments"]); ?></a> | <a href="./sitemap.php" class="ee_css_hyperlink"><?php print strtoupper($translated["site_map"]); ?></a> | <a href="./rss.php" class="ee_css_hyperlink">RSS</a>
</div>
</div>
I can put information in Global stettings header but that is not the menu that I see on everyone elses site. I have also tried to get UDM to work and will not work either..
sort of pulling my hair out ...trying to figure this out.
Thanx Lance
BTW
My header.php is
<div class="navigationheaderholder">
<div class="navigationheader ee_css_header_small">
<a href="./index.php" class="ee_css_hyperlink">INDEX</a> | <a href="./comments.php" class="ee_css_hyperlink"><?php print strtoupper($translated["viewer_comments"]); ?></a> | <a href="./sitemap.php" class="ee_css_hyperlink"><?php print strtoupper($translated["site_map"]); ?></a> | <a href="./rss.php" class="ee_css_hyperlink">RSS</a>
</div>
</div>