From 53433d73e36f36ccff2df95447c48c433ba0efef Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 5 Feb 2011 16:19:52 +0000 Subject: changed named from css preview to theming preview git-svn-id: http://code.elgg.org/elgg/trunk@8029 36083f99-b078-4883-b0ff-0f9b5a30f544 --- documentation/css/preview/nav.php | 77 --------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 documentation/css/preview/nav.php (limited to 'documentation/css/preview/nav.php') diff --git a/documentation/css/preview/nav.php b/documentation/css/preview/nav.php deleted file mode 100644 index 3a9daea98..000000000 --- a/documentation/css/preview/nav.php +++ /dev/null @@ -1,77 +0,0 @@ - - -
-

- Index > -

- -

Breadcrumbs

-
- -
-

Tabs

-
- 'First', 'url' => "$url#"), - array('title' => 'Second', 'url' => "$url#", 'selected' => true), - array('title' => 'Third', 'url' => "$url#"), - ); - echo elgg_view('navigation/tabs', array('tabs' => $tabs)); - ?> -
-

Pagination

-
- 1000, - 'limit' => 10, - 'offset' => 230, - ); - echo elgg_view('navigation/pagination', $params); - ?> -
-

Site Menu

-
-
- setSelected(true); - echo elgg_view('navigation/menu/site', $params); - ?> -
-
-

Page Menu

-
- setParent($params['menu']['default'][1]); - $params['menu']['default'][1]->addChild($m); - echo elgg_view('navigation/menu/page', $params); - ?> -
-
- - \ No newline at end of file -- cgit v1.2.3