diff options
-rw-r--r-- | documentation/theming/preview/forms.php (renamed from documentation/css/preview/forms.php) | 0 | ||||
-rw-r--r-- | documentation/theming/preview/general.php (renamed from documentation/css/preview/general.php) | 0 | ||||
-rw-r--r-- | documentation/theming/preview/grid.php (renamed from documentation/css/preview/grid.php) | 0 | ||||
-rw-r--r-- | documentation/theming/preview/head.php (renamed from documentation/css/preview/head.php) | 0 | ||||
-rw-r--r-- | documentation/theming/preview/icons.php (renamed from documentation/css/preview/icons.php) | 0 | ||||
-rw-r--r-- | documentation/theming/preview/index.php (renamed from documentation/css/preview/index.php) | 0 | ||||
-rw-r--r-- | documentation/theming/preview/nav.php (renamed from documentation/css/preview/nav.php) | 0 | ||||
-rw-r--r-- | documentation/theming/preview/objects.php (renamed from documentation/css/preview/objects.php) | 0 | ||||
-rw-r--r-- | documentation/theming/preview/widgets.php (renamed from documentation/css/preview/widgets.php) | 0 | ||||
-rw-r--r-- | mod/developers/languages/en.php | 2 | ||||
-rw-r--r-- | mod/developers/views/default/admin/developers/preview.php | 2 |
11 files changed, 2 insertions, 2 deletions
diff --git a/documentation/css/preview/forms.php b/documentation/theming/preview/forms.php index 89caf8e8b..89caf8e8b 100644 --- a/documentation/css/preview/forms.php +++ b/documentation/theming/preview/forms.php diff --git a/documentation/css/preview/general.php b/documentation/theming/preview/general.php index 3e8d2f6e9..3e8d2f6e9 100644 --- a/documentation/css/preview/general.php +++ b/documentation/theming/preview/general.php diff --git a/documentation/css/preview/grid.php b/documentation/theming/preview/grid.php index bf20804f8..bf20804f8 100644 --- a/documentation/css/preview/grid.php +++ b/documentation/theming/preview/grid.php diff --git a/documentation/css/preview/head.php b/documentation/theming/preview/head.php index 360f56647..360f56647 100644 --- a/documentation/css/preview/head.php +++ b/documentation/theming/preview/head.php diff --git a/documentation/css/preview/icons.php b/documentation/theming/preview/icons.php index 2a3a9bb7e..2a3a9bb7e 100644 --- a/documentation/css/preview/icons.php +++ b/documentation/theming/preview/icons.php diff --git a/documentation/css/preview/index.php b/documentation/theming/preview/index.php index ce71d28df..ce71d28df 100644 --- a/documentation/css/preview/index.php +++ b/documentation/theming/preview/index.php diff --git a/documentation/css/preview/nav.php b/documentation/theming/preview/nav.php index 3a9daea98..3a9daea98 100644 --- a/documentation/css/preview/nav.php +++ b/documentation/theming/preview/nav.php diff --git a/documentation/css/preview/objects.php b/documentation/theming/preview/objects.php index f90009cab..f90009cab 100644 --- a/documentation/css/preview/objects.php +++ b/documentation/theming/preview/objects.php diff --git a/documentation/css/preview/widgets.php b/documentation/theming/preview/widgets.php index ca45132df..ca45132df 100644 --- a/documentation/css/preview/widgets.php +++ b/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'; ?> <iframe id="developers-iframe" src="<?php echo $url; ?>"></iframe>
\ No newline at end of file |