root/components/library.php
@
81
| Revision 81, 260 bytes (checked in by dez, 7 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | $mode = "list"; |
| 4 | |
| 5 | $smarty->assign("randoms", $DB->GetAll("SELECT * FROM books ORDER BY random() LIMIT 1")); |
| 6 | |
| 7 | if ($mode == "display") { |
| 8 | |
| 9 | |
| 10 | |
| 11 | } |
| 12 | $output = $smarty->fetch("library.tpl"); |
| 13 | $smarty->assign("title","Library"); |
| 14 | $smarty->assign("body",$output); |
| 15 | |
| 16 | ?> |
Note: See TracBrowser
for help on using the browser.
