friendicablog/view/theme/blog/theme.php

18 lines
281 B
PHP
Raw Normal View History

<?php
/**
2012-09-20 08:46:21 +02:00
* Name: Blog
* Version: 0.0
* Author: Fabio <http://kirgroup.com/profile/fabrixxm>
* Maintainer: Fabio <http://kirgroup.com/profile/fabrixxm>
*/
$a->theme_info = array(
);
function blog_init(&$a) {
2013-01-22 17:50:37 +01:00
}
function blogtemplate($item) {
return $item['template'];
}