mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Fix docs for themes and theme_admin()
This commit is contained in:
parent
f254283dc6
commit
3c1599323b
3 changed files with 25 additions and 25 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue