1
0
Fork 0

Merge pull request #591 from fermionic/20130126-javascript-free-theme

Decaf mobile: an (almost) Javascript-free theme
This commit is contained in:
friendica 2013-01-27 19:11:36 -08:00
commit a5ac69c65e
328 changed files with 11370 additions and 378 deletions

View file

@ -927,10 +927,12 @@ function item_content(&$a) {
require_once('include/security.php');
$o = '';
if(($a->argc == 3) && ($a->argv[1] === 'drop') && intval($a->argv[2])) {
require_once('include/items.php');
drop_item($a->argv[2]);
$o = drop_item($a->argv[2]);
}
return $o;
}
/**