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