im wanting to move site links from main menu to site extras on main, do i just move links.php in to extras folder then move the code for site links from main in to extras.php ?
how to move site links to site extras
Collapse
X
-
kirsty how long have u been trying to code .. . . . .come on its the most simpllest thing ever, just put the link code in your extras page or wer ever u want it and make sure the links url path takes it too the file .
$main.="<a href=\"./links.php?sid=$sid\">Site Links</a><br/>\n";
links.php is in the same directory if your using v2 so it depends on what directory your extras.php or wotever is in
Comment