1
0
Fork 0
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:
nicosomb 2013-04-21 13:11:14 +02:00
parent a58cd56c4f
commit 016989b79a
6 changed files with 18 additions and 2 deletions

View file

@ -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);