summaryrefslogtreecommitdiff
path: root/tpl/study/index.php
blob: 26ecd6de730fc6912204bb785d9602dbc76f3001 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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");