diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-05 16:19:52 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-05 16:19:52 +0000 |
commit | 53433d73e36f36ccff2df95447c48c433ba0efef (patch) | |
tree | 00989c9e4fa7d38f6b336b679b0339cdcc600e19 /documentation/css/preview/index.php | |
parent | 23633a68a0a48e273dbffcd998603a6bb787f73a (diff) | |
download | elgg-53433d73e36f36ccff2df95447c48c433ba0efef.tar.gz elgg-53433d73e36f36ccff2df95447c48c433ba0efef.tar.bz2 |
changed named from css preview to theming preview
git-svn-id: http://code.elgg.org/elgg/trunk@8029 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'documentation/css/preview/index.php')
-rw-r--r-- | documentation/css/preview/index.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/documentation/css/preview/index.php b/documentation/css/preview/index.php deleted file mode 100644 index ce71d28df..000000000 --- a/documentation/css/preview/index.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php -/** - * Main index page - */ - -include dirname(__FILE__) . '/head.php'; - -?> -<body> - <div class="elgg-page mal"> - <h1 class="mbl"><a href="index.php">Index</a></h1> - <ul class="mtl"> - <li><a href="general.php">General CSS</a></li> - <li><a href="nav.php">Navigation CSS</a></li> - <li><a href="forms.php">Form CSS</a></li> - <li><a href="objects.php">Lists, modules, image blocks CSS</a></li> - <li><a href="grid.php">Grid CSS</a></li> - <li><a href="widgets.php">Widgets CSS</a></li> - <li><a href="icons.php">Icons CSS</a></li> - </ul> - </div> -</body> -</html>
\ No newline at end of file |