]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
changed named from css preview to theming preview
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 5 Feb 2011 16:19:52 +0000 (16:19 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 5 Feb 2011 16:19:52 +0000 (16:19 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8029 36083f99-b078-4883-b0ff-0f9b5a30f544

documentation/theming/preview/forms.php [moved from documentation/css/preview/forms.php with 100% similarity]
documentation/theming/preview/general.php [moved from documentation/css/preview/general.php with 100% similarity]
documentation/theming/preview/grid.php [moved from documentation/css/preview/grid.php with 100% similarity]
documentation/theming/preview/head.php [moved from documentation/css/preview/head.php with 100% similarity]
documentation/theming/preview/icons.php [moved from documentation/css/preview/icons.php with 100% similarity]
documentation/theming/preview/index.php [moved from documentation/css/preview/index.php with 100% similarity]
documentation/theming/preview/nav.php [moved from documentation/css/preview/nav.php with 100% similarity]
documentation/theming/preview/objects.php [moved from documentation/css/preview/objects.php with 100% similarity]
documentation/theming/preview/widgets.php [moved from documentation/css/preview/widgets.php with 100% similarity]
mod/developers/languages/en.php
mod/developers/views/default/admin/developers/preview.php

index bd16a8c61e7925714ba0690326df8a109f0a97c8..af23aaa464e231a26ca21cf005847f706880eec1 100644 (file)
@@ -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' => '',
index fcaf5e86badda69629d32417dead424f497bb9f4..59e403bf72f0e385ced62bb0d57760cc7fd37344 100644 (file)
@@ -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