function acquia_lift_root_page in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 acquia_lift.ui.inc \acquia_lift_root_page()
Menu callback; Provide the top-level access point.
1 string reference to 'acquia_lift_root_page'
- acquia_lift_menu in ./acquia_lift.module 
- Implements hook_menu().
File
- ./acquia_lift.ui.inc, line 11 
- acquia_lift.ui.inc Provides functions needed for the front-end UI.
Code
function acquia_lift_root_page() {
  drupal_goto('admin/structure/personalize');
}