diff options
author | root <root@adnab.me> | 2014-01-31 16:42:40 +0100 |
---|---|---|
committer | root <root@adnab.me> | 2014-01-31 16:42:40 +0100 |
commit | b0c23ea84327d48e3a4383fac3e795c2dc0a1215 (patch) | |
tree | 625a8f0882815d9442a4ff2ec15a49e669a15ed3 /tpl/list/ef.php | |
parent | cee55b766230837c21453f85e76a921cb5b8b89e (diff) | |
download | Bits-b0c23ea84327d48e3a4383fac3e795c2dc0a1215.tar.gz Bits-b0c23ea84327d48e3a4383fac3e795c2dc0a1215.zip |
Remove all studying apps code.
Diffstat (limited to 'tpl/list/ef.php')
-rw-r--r-- | tpl/list/ef.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tpl/list/ef.php b/tpl/list/ef.php deleted file mode 100644 index 1e7387a..0000000 --- a/tpl/list/ef.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -require("tpl/general/top.php"); - -if (isset($fields)) - require("tpl/general/inc_form.php"); - -echo '</div><div class="contents-left">'; - -echo '<h1>' . $list['name'] . '</h1>'; -echo '<ul><li><a href="view-list-' . $list['id'] . '">Back to list</a></li>'; -echo '<li><a href="edit-list-' . $list['id'] . '">Edit list</a></li>'; -echo '<li><a href="addbatch-list-' . $list['id'] . '">Add batch to list</a></li>'; -echo '</ul>'; - -require("tpl/general/bottom.php"); |