From 9fa1a7b0b1dd363d16784707bcbb9c3e7c85966f Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 1 Nov 2011 21:34:31 -0400 Subject: Fixes #3672 added class for settings forms in admin area --- mod/externalpages/views/default/expages/menu.php | 31 +----------------------- 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'mod/externalpages/views/default/expages/menu.php') diff --git a/mod/externalpages/views/default/expages/menu.php b/mod/externalpages/views/default/expages/menu.php index 846db076f..6ed521629 100644 --- a/mod/externalpages/views/default/expages/menu.php +++ b/mod/externalpages/views/default/expages/menu.php @@ -20,33 +20,4 @@ foreach ($pages as $page) { ); } -echo elgg_view('navigation/tabs', array('tabs' => $tabs)); - -return true; - -/** - * Tab navigation - * - * @uses string $vars['type'] horizontal || vertical - Defaults to horizontal - * @uses string $vars['class'] Additional class to add to ul - * @uses array $vars['tabs'] A multi-dimensional array of tab entries in the format array( - * 'title' => string, // Title of link - * 'url' => string, // URL for the link - * 'class' => string // Class of the li element - * 'id' => string, // ID of the li element - * 'selected' => bool // if this li element is currently selected - * 'url_class' => string, // Class to pass to the link - * 'url_id' => string, // ID to pass to the link - * ) - */ - -?> - -
- -
\ No newline at end of file +echo elgg_view('navigation/tabs', array('tabs' => $tabs, 'class' => 'elgg-form-settings')); -- cgit v1.2.3