From 8d9321225140a3db0b72796d4d0236d6cacfeb8a Mon Sep 17 00:00:00 2001 From: Nicolas BERNSTEIN Date: Sat, 17 Sep 2011 19:36:41 +0200 Subject: Started working on a study program. --- tpl/study/index.php | 16 ++++++++++++++++ tpl/study/lib_sidebar.php | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 tpl/study/index.php create mode 100644 tpl/study/lib_sidebar.php (limited to 'tpl/study') diff --git a/tpl/study/index.php b/tpl/study/index.php new file mode 100644 index 0000000..26ecd6d --- /dev/null +++ b/tpl/study/index.php @@ -0,0 +1,16 @@ + + +

Welcome to the My studies section. This is a simple study program based on +decks of cards, keeping track of your progress and everything.

+ +

Please take a look in the List of decks and look at whatever you want to learn.

+ +
'; + echo '

Studying decks

'; + + echo '

My decks

'; +} -- cgit v1.2.3