Not sure what you are trying to add? Maybe wanting to grab the different categories of content that you may have set up? Or are you wanting actual content pages listed.
You could just add the code after this line:
Code:if ($m_title == 'Content') {
|
I suspect then that since you'll have multiple sub rows, the building of your <li></li> tags will be dynamically driven from your SQL query.
I cannot recall off the top of my head if this script already as the $db variable globalized. If it does not, you'll have to add a global statement too for that variable so you can use the connection.
_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login!