2011-03-27 23:35:56 +00:00
|
|
|
<?php
|
|
|
|
|
2011-10-30 22:12:07 +00:00
|
|
|
require_once('mod/friendica.php');
|
2011-05-12 08:26:34 +00:00
|
|
|
|
2011-10-30 22:12:07 +00:00
|
|
|
function friendika_init(&$a) {
|
|
|
|
friendica_init($a);
|
2011-05-12 09:15:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
function friendika_content(&$a) {
|
2011-10-30 22:12:07 +00:00
|
|
|
return friendica_content($a);
|
2011-05-12 08:26:34 +00:00
|
|
|
}
|