diff --git a/js/main.js b/js/main.js index 2b4b13791a..0b5fb5cdc0 100755 --- a/js/main.js +++ b/js/main.js @@ -588,3 +588,10 @@ Array.prototype.remove = function(item) { return this.push.apply(this, rest); }; +function previewTheme(elm) { + theme = $(elm).val(); + $.getJSON('pretheme?f=&theme=' + theme,function(data) { + $('#theme-preview').html(''); + }); + +} \ No newline at end of file diff --git a/mod/pretheme.php b/mod/pretheme.php new file mode 100644 index 0000000000..5a71bbe53e --- /dev/null +++ b/mod/pretheme.php @@ -0,0 +1,6 @@ + get_theme_screenshot($_REQUEST['theme']))); + killme(); +} diff --git a/view/field_themeselect.tpl b/view/field_themeselect.tpl new file mode 100755 index 0000000000..f9f99492c3 --- /dev/null +++ b/view/field_themeselect.tpl @@ -0,0 +1,9 @@ + +