generic Posted January 2, 2007 Share Posted January 2, 2007 I have successfully added my own page to my support section by creating a page in the templates for it. That works nice and is actually quite easy to do. The only issue I am having is navigation where I cant figure out how to make the breadcrumb links work. Is there some format or template syntax i need to use to make them links? here is that line i am using (I figured out how to add the arrow and new page name): $breadcrumbnav=''.$_LANG['globalsystemname'].' > '.$_LANG['flashtutorialstitle'].''; 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted January 2, 2007 Share Posted January 2, 2007 $breadcrumbnav=''[url="test.html"]Test[/url] > [url="test2.html"]Test2[/url]'; 0 Quote Link to comment Share on other sites More sharing options...
bedot Posted January 2, 2007 Share Posted January 2, 2007 Hosting.php $breadcrumbnav=''.$_LANG['serviceslink'].$_LANG['servicesareatitle'].$_LANG['serviceslinkclose'].$_LANG['custombreadcrum'].$_LANG['hostinglink'].$_LANG['hostingareatitle'].$_LANG['hostinglinkclose'].''; Lang/English.txt $_LANG['servicesareatitle'] = "Services"; $_LANG['serviceslink'] = "<a href='services.php'>"; $_LANG['serviceslinkclose'] = "</a>"; $_LANG['hostingareatitle'] = "Hosting Solutions"; $_LANG['hostinglink'] = "<a href='hosting.php'>"; $_LANG['hostinglinkclose'] = "</a>"; Thanks how I accomplished it. 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted January 2, 2007 Share Posted January 2, 2007 that would work as well. I just dont care about people that dont speak english. jk =P 0 Quote Link to comment Share on other sites More sharing options...
generic Posted January 2, 2007 Author Share Posted January 2, 2007 THANK YOU! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.