Topic: Modifying Nav Links Causes Issues
I am currently trying to modify generate_navlinks() in the functions.php file in order to remove rules, login, logout, and register from the nav links. I have integrated a working site wide login and do not need the rundundancy.
If I comment out or removed any of the $links[] = it causes an error immediately.
Parse error: parse error, unexpected T_VARIABLE, expecting ';' in /home/electrp1/public_html/e-liberty.org/forum/include/functions.php on line 1058
Line 1058 is the following portion of the function dump():
for ($i = 0; $i $num_args; ++$i)
Any suggestions?