]> git.immae.eu Git - github/wallabag/wallabag.git/blob - process.php
14686885849f37fdc59d7ad14b0bfa7053eb8860
[github/wallabag/wallabag.git] / process.php
1 <?php
2 /**
3 * poche, a read it later open source system
4 *
5 * @category poche
6 * @author Nicolas LÅ“uillet <support@inthepoche.com>
7 * @copyright 2013
8 * @license http://www.wtfpl.net/ see COPYING file
9 */
10
11 include dirname(__FILE__).'/inc/config.php';
12
13 $entries = display_view($view);
14 $tpl->assign('token', $_SESSION['token_poche']);
15 $tpl->assign('entries', $entries);
16 $tpl->draw('entries');