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