Fix docs for themes and theme_admin()

This commit is contained in:
Art4 2024-11-18 22:28:35 +00:00
parent f254283dc6
commit 3c1599323b
3 changed files with 25 additions and 25 deletions

View file

@ -46,9 +46,9 @@ The code will be something like:
// mod/network.php
<?php
use Friendica\App;
use Friendica\AppHelper;
function network_content(App $a) {
function network_content(AppHelper $appHelper) {
$itemsmanager = new \Friendica\ItemsManager();
$items = $itemsmanager->getAll();