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