]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
Merge pull request #555 from annando/master
[friendica.git] / view / theme / vier / theme.php
index db74385c8b23c42a58622634c17b32b06439d563..7c0f3d3f8d1b6fa3f3136230564047319179b2c4 100644 (file)
@@ -1,12 +1,15 @@
 <?php
 /**
  * Name: Vier
- * Version: 0.1
+ * Version: 0.9
  * Author: Fabio <http://kirgroup.com/profile/fabrixxm>
  * Author: Ike <http://pirati.ca/profile/heluecht>
  * Maintainer: Ike <http://pirati.ca/profile/heluecht>
+ * Description: "Vier" uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/
  */
 
+set_template_engine($a, 'smarty3');
+
 $a->theme_info = array();
 
 function vier_init(&$a) {
@@ -106,3 +109,4 @@ $('.savedsearchterm').hover(
 </script>
 EOT;
 }
+