move apps to zlib

This commit is contained in:
redmatrix
2016-05-22 19:25:27 -07:00
parent 5e0698ba87
commit 2d06663490
4 changed files with 20 additions and 677 deletions

View File

@@ -165,11 +165,10 @@ function bb_parse_crypt($match) {
}
function bb_parse_app($match) {
require_once('include/apps.php');
$app = app_decode($match[1]);
$app = Zotlabs\Lib\Apps::app_decode($match[1]);
if ($app)
return app_render($app);
return Zotlab\Lib\Apps::app_render($app);
}
function bb_parse_element($match) {