]> git.immae.eu Git - github/wallabag/wallabag.git/blame - process.php
Merge branch 'master' of github.com:inthepoche/poche
[github/wallabag/wallabag.git] / process.php
CommitLineData
9fee2e72 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
11include 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');