From 52b077a48c743ba4d08ac00520a0bf1ef6deef5f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 24 Feb 2017 21:27:59 +0100 Subject: Initial commit. --- template/admin/html/home.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 template/admin/html/home.php (limited to 'template/admin/html/home.php') diff --git a/template/admin/html/home.php b/template/admin/html/home.php new file mode 100644 index 0000000..6701f35 --- /dev/null +++ b/template/admin/html/home.php @@ -0,0 +1,34 @@ +

template('overview_dashboard_text')?>

+

template('overview_dashboard_desc')?>

+ +

template('last_post')?>

+

text('posts')?>: | text('post_overview')?> | text('insert')?>

+ + + +

template('home_no_posts')?>

+ + +

template('last_page')?>

+

text('pages')?>: | text('page_overview')?> | text('insert')?>

+ + + + +

template('home_no_pages')?>

+ + +

template('last_user')?>

+

text('users')?>: | text('user_overview')?> | text('insert')?>

+ + + + +

template('home_no_users')?>

+ -- cgit v1.2.3