generic
01-02-07, 08:37 AM
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'].'';
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'].'';