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/objects.php | 84 ----------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 documentation/css/preview/objects.php (limited to 'documentation/css/preview/objects.php') diff --git a/documentation/css/preview/objects.php b/documentation/css/preview/objects.php deleted file mode 100644 index f90009cab..000000000 --- a/documentation/css/preview/objects.php +++ /dev/null @@ -1,84 +0,0 @@ - - -
-

- Index > -

- -

Modules

-
-
-
- 'elgg-aside-module', - 'body' => $ipsum, - 'class' => 'elgg-aside-module', - )); - ?> - 'elgg-popup-module', - 'body' => $ipsum, - 'class' => 'elgg-popup-module', - )); - ?> -
-
-
-
- 'elgg-group-module', - 'body' => $ipsum, - 'class' => 'elgg-group-module', - )); - ?> -
-
- 'elgg-info-module', - 'body' => $ipsum, - 'class' => 'elgg-info-module', - )); - ?> -
-
-
-

Image Block

-
- "; - echo elgg_view_image_block($image, $ipsum); - ?> -
-

List

-
- title = "Object 1"; - $obj1->description = $ipsum; - $obj2 = new ElggObject(); - $obj2->title = "Object 2"; - $obj2->description = $ipsum; - echo elgg_view('layout/objects/list', array('items' => array($obj1, $obj2))); - ?> -
-
- - \ No newline at end of file -- cgit v1.2.3