From 53433d73e36f36ccff2df95447c48c433ba0efef Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 5 Feb 2011 16:19:52 +0000 Subject: [PATCH] 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 => theming}/preview/forms.php | 0 documentation/{css => theming}/preview/general.php | 0 documentation/{css => theming}/preview/grid.php | 0 documentation/{css => theming}/preview/head.php | 0 documentation/{css => theming}/preview/icons.php | 0 documentation/{css => theming}/preview/index.php | 0 documentation/{css => theming}/preview/nav.php | 0 documentation/{css => theming}/preview/objects.php | 0 documentation/{css => theming}/preview/widgets.php | 0 mod/developers/languages/en.php | 2 +- mod/developers/views/default/admin/developers/preview.php | 2 +- 11 files changed, 2 insertions(+), 2 deletions(-) rename documentation/{css => theming}/preview/forms.php (100%) rename documentation/{css => theming}/preview/general.php (100%) rename documentation/{css => theming}/preview/grid.php (100%) rename documentation/{css => theming}/preview/head.php (100%) rename documentation/{css => theming}/preview/icons.php (100%) rename documentation/{css => theming}/preview/index.php (100%) rename documentation/{css => theming}/preview/nav.php (100%) rename documentation/{css => theming}/preview/objects.php (100%) rename documentation/{css => theming}/preview/widgets.php (100%) diff --git a/documentation/css/preview/forms.php b/documentation/theming/preview/forms.php similarity index 100% rename from documentation/css/preview/forms.php rename to documentation/theming/preview/forms.php diff --git a/documentation/css/preview/general.php b/documentation/theming/preview/general.php similarity index 100% rename from documentation/css/preview/general.php rename to documentation/theming/preview/general.php diff --git a/documentation/css/preview/grid.php b/documentation/theming/preview/grid.php similarity index 100% rename from documentation/css/preview/grid.php rename to documentation/theming/preview/grid.php diff --git a/documentation/css/preview/head.php b/documentation/theming/preview/head.php similarity index 100% rename from documentation/css/preview/head.php rename to documentation/theming/preview/head.php diff --git a/documentation/css/preview/icons.php b/documentation/theming/preview/icons.php similarity index 100% rename from documentation/css/preview/icons.php rename to documentation/theming/preview/icons.php diff --git a/documentation/css/preview/index.php b/documentation/theming/preview/index.php similarity index 100% rename from documentation/css/preview/index.php rename to documentation/theming/preview/index.php diff --git a/documentation/css/preview/nav.php b/documentation/theming/preview/nav.php similarity index 100% rename from documentation/css/preview/nav.php rename to documentation/theming/preview/nav.php diff --git a/documentation/css/preview/objects.php b/documentation/theming/preview/objects.php similarity index 100% rename from documentation/css/preview/objects.php rename to documentation/theming/preview/objects.php diff --git a/documentation/css/preview/widgets.php b/documentation/theming/preview/widgets.php similarity index 100% rename from documentation/css/preview/widgets.php rename to documentation/theming/preview/widgets.php diff --git a/mod/developers/languages/en.php b/mod/developers/languages/en.php index bd16a8c61..af23aaa46 100644 --- a/mod/developers/languages/en.php +++ b/mod/developers/languages/en.php @@ -8,7 +8,7 @@ $english = array( // menu 'admin:developers' => 'Developers', 'admin:developers:settings' => 'Settings', - 'admin:developers:preview' => 'CSS Preview', + 'admin:developers:preview' => 'Theming Preview', // settings 'developers:label:simple_cache' => '', diff --git a/mod/developers/views/default/admin/developers/preview.php b/mod/developers/views/default/admin/developers/preview.php index fcaf5e86b..59e403bf7 100644 --- a/mod/developers/views/default/admin/developers/preview.php +++ b/mod/developers/views/default/admin/developers/preview.php @@ -3,6 +3,6 @@ * CSS Preview */ -$url = elgg_get_site_url() . 'documentation/css/preview/index.php'; +$url = elgg_get_site_url() . 'documentation/theming/preview/index.php'; ?> \ No newline at end of file -- 2.39.5