Quote:
Originally Posted by inverted
bendigo-tech; thanks for the help... worked like a charm to change that category header
hey, if anyone figures out the navbar text could you let me know?
thanks...
|
Look for this in articles.php
PHP Code:
// draw nav bar
$navbits = array();
$navbits["article.php?$session[sessionurl]"] = 'Articles';
and change the "Articles" to whatever you want to appear.