]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/theme.php
modified: view/theme/smoothly/style.css
[friendica.git] / view / theme / smoothly / theme.php
index f67e30715264b82d05b868fe6cc34b2e77f12568..d3ebbc1d159d3b7bc9092e1ce719d90019224a03 100644 (file)
@@ -2,17 +2,18 @@
 
 /*
  * Name: Smoothly
- * Description: Like coffee with milk. Theme works fine with iPad[2].
- * Version: Version 0.10.4
- * Author: Alex <https://friendica.pixelbits.de/profile/alex>
- * Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
+ * Description: Theme based on Testbubble and optimized for Tablets.
+ * Version: Version 2013-05-08
+ * Author: Anne Walk, Devlon Duthied
+ * Author: Alex <https://red.pixelbits.de/channel/alex>
+ * Maintainer: Nomen Nominandum
  * Screenshot: <a href="screenshot.png">Screenshot</a>
  */
 
-$a = get_app();
-$a->theme_info = array();
-
 function smoothly_init(&$a) {
+       $a->theme_info = array();
+       set_template_engine($a, 'smarty3');
+
        $cssFile = null;
        $ssl_state = null;
        $baseurl = $a->get_baseurl($ssl_state);
@@ -116,7 +117,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);
        }