bump version

This commit is contained in:
fabrixxm 2013-04-24 06:38:00 -04:00
parent 2ace5edeef
commit 1202db3260
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Name: Blog * Name: Blog
* Version: 0.5 * Version: 0.6
* Description: Blog theme ported from <a href='http://wordpress.org/extend/themes/twentyeleven'>Twenty Eleven wordpress theme</a>, Licensed under <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU General Public License v2 or later</a> * Description: Blog theme ported from <a href='http://wordpress.org/extend/themes/twentyeleven'>Twenty Eleven wordpress theme</a>, Licensed under <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU General Public License v2 or later</a>
* Author: Fabio <http://kirgroup.com/profile/fabrixxm> * Author: Fabio <http://kirgroup.com/profile/fabrixxm>
* Maintainer: Fabio <http://kirgroup.com/profile/fabrixxm> * Maintainer: Fabio <http://kirgroup.com/profile/fabrixxm>
@ -9,9 +9,7 @@
function blog_init(&$a) { function blog_init(&$a) {
$a->theme_info = array(); $a->theme_info = array();
set_template_engine($a, 'smarty3');
} }
function blog_install(&$a){ function blog_install(&$a){