mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
contenu de la page de config
This commit is contained in:
parent
a58cd56c4f
commit
016989b79a
6 changed files with 18 additions and 2 deletions
|
@ -232,6 +232,15 @@ function display_view($view, $id = 0, $full_head = 'yes')
|
|||
|
||||
switch ($view)
|
||||
{
|
||||
case 'config':
|
||||
$tpl->assign('load_all_js', 0);
|
||||
$tpl->draw('head');
|
||||
$tpl->draw('home');
|
||||
$tpl->draw('config');
|
||||
$tpl->draw('js');
|
||||
$tpl->draw('footer');
|
||||
logm('config view');
|
||||
break;
|
||||
case 'view':
|
||||
$entry = $store->retrieveOneById($id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue