X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Ftheme.php;h=0dae3a6e473b606a3034bf6cd4f78a1cf49fa649;hb=f05cbf9ed8e73bae44625bcc778ebd44f4a2d22c;hp=3ab7b271330d4602f77795f62b9db6980e66ab6a;hpb=0e2fdee20ea4f550f351312e89b50a5e00d68827;p=friendica.git diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 3ab7b27133..0dae3a6e47 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -2,17 +2,17 @@ /* * Name: Smoothly - * Description: Like coffee with milk. Theme works fine with iPad[2]. - * Version: Version 0.11.13 - * Author: Alex - * Maintainer: Alex + * Description: Theme based on Testbubble and optimized for Tablets. + * Version: Version 2013-05-08 + * Author: Anne Walk, Devlon Duthied + * Author: Alex + * Maintainer: Nomen Nominandum * Screenshot: Screenshot */ -$a = get_app(); -$a->theme_info = array(); - function smoothly_init(&$a) { + set_template_engine($a, 'smarty3'); + $cssFile = null; $ssl_state = null; $baseurl = $a->get_baseurl($ssl_state); @@ -116,7 +116,7 @@ if(! function_exists('_js_in_foot')) { $ssl_state = null; $baseurl = $a->get_baseurl($ssl_state); $bottom['$baseurl'] = $baseurl; - $tpl = file_get_contents(dirname(__file__) . '/bottom.tpl'); + $tpl = get_markup_template('bottom.tpl'); return $a->page['bottom'] = replace_macros($tpl, $bottom); }