X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Ftheme.php;h=849ad80a322893e30214d96a77b41717afba1e04;hb=91a6a1cb2501fdaf9a5ed792b70cf08c2b41591f;hp=1f1ee7327b5ac656256607f9117934c039403da1;hpb=80ea740ccaa2c17273d6161eafb6596000206b6a;p=friendica.git diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 1f1ee7327b..849ad80a32 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -2,18 +2,17 @@ /* * Name: Smoothly - * Description: Like coffee with milk. Theme works fine with iPad[2]. - * Version: Version 0.11.14-2 + * Description: Like coffee with milk. Theme optimized for iPad[2]. + * Version: Version 2013-02-27.1 * Author: Alex * Maintainer: Alex * Screenshot: Screenshot */ -$a = get_app(); -$a->theme_info = array(); -set_template_engine($a, 'smarty3'); - function smoothly_init(&$a) { + $a->theme_info = array(); + set_template_engine($a, 'smarty3'); + $cssFile = null; $ssl_state = null; $baseurl = $a->get_baseurl($ssl_state);