I'm gradually getting my head around Xanthia, I've got most of a new theme working. I've now got stuck on how to get a piece of code that works in
AutoTheme working in my Xanthia theme.
$currentlang = pnUserGetLang
();
include $themepath.
"lang/".
$currentlang.
"/navbar.php";
while (list ($key,
$value) =
each ($headernav)) echo"<td align=\"center\" valign=\"top\" onclick=\"window.location.href='" .
$value .
"'\"> \n" .
"<a href=\"" .
$value .
"\">" .
$key .
"</a></td> \n";
That pulls links in the lang/eng/navbar.php into the theme.
If someone could help me with making it work it would be a great help.
Thanks for your time.