How to create 'Redirect' subpage
Sometimes we need to create menu position which will point directly to some website:

To point 'Google' subpage to Google.com, we need can use 'Include Code' feature
- Go to 'Add-on Modules > Include Code' on Top menu
- Create a new 'Include Code', name it 'google' and in 'Source code' area type:
<SCRIPT LANGUAGE="JavaScript">
<!--
window.location="http://www.google.com";
// -->
</script>
- When 'Include Code' is created, go to 'Google' subpage (left menu)
-
 |
Click somewhere on 'Google' subpage Edit Area, and from 'Insert Module' drop-down menu select 'google' |
- Ready!