From d45c7f14891d951f8a6987cc6492073b97e05b5b Mon Sep 17 00:00:00 2001 From: Nicolas BERNSTEIN Date: Sun, 20 Nov 2011 13:39:47 +0100 Subject: Added the bit list study system --- tpl/list/ef.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tpl/list/ef.php (limited to 'tpl/list/ef.php') diff --git a/tpl/list/ef.php b/tpl/list/ef.php new file mode 100644 index 0000000..1e7387a --- /dev/null +++ b/tpl/list/ef.php @@ -0,0 +1,15 @@ +
'; + +echo '

' . $list['name'] . '

'; +echo ''; + +require("tpl/general/bottom.php"); -- cgit v1.2.3