diff options
Diffstat (limited to 'tpl/study/index.php')
-rw-r--r-- | tpl/study/index.php | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ +<?php + +$title = "My studies"; +require("tpl/general/top.php"); + +?> + +<p>Welcome to the <em>My studies section</em>. This is a simple study program based on +decks of cards, keeping track of your progress and everything.</p> + +<p>Please take a look in the <a href="deck">List of decks</a> and look at whatever you want to learn.</p> + +<?php + +require ("lib_sidebar.php"); +require("tpl/general/bottom.php"); |