<?php $bt = BlockType::getByHandle('autonav'); $bt->controller->displayPages = 'top'; $bt->controller->orderBy = 'display_asc'; $bt->controller->displaySubPages= 'all'; $bt->controller->displaySubPageLevels = 'all'; $bt->render('view'); ?>
You are allowed to delete your post for 5 minutes after it's posted.
Delete
Are you sure you would like to mark this post as spam?
Mark as Spam
This script will report this post as spam and add a permanent IP ban for this user, type "DESTROY" below to continue.
DESTROY SPAMMER
You must have a user account and be signed to perform this action.
You will need to edit the source code to get rid of the menu and perhaps add your own nav area to be able to add your new navigation.
Search in your source file for something like the below:
The theme files are probably found in 'root/packages/vertigo_theme/' and you only need to look in files with a .php extension.
I don't know how much you know about either PHP, html or css, but a good start on theme manipulation and understanding is this how-to: http://www.concrete5.org/documentation/how-tos/designers/making-a-t...