friendicablog/view/theme/blog/theme.php

18 lines
281 B
PHP
Executable File

<?php
/**
* 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) {
}
function blogtemplate($item) {
return $item['template'];
}