| changeset 442 | adb907bba956 |
| 441:4732f078d0fe | 442:adb907bba956 |
|---|---|
1 <?php |
|
2 |
|
3 require_once(realpath(dirname(__FILE__) . "/../resources/config.php")); |
|
4 |
|
5 require_once(LIBRARY_PATH . "/templateFunctions.php"); |
|
6 require_once(LIBRARY_PATH . "/dbFunctions.php"); |
|
7 |
|
8 |
|
9 $variables = array( |
|
10 'renkans' => listProjects() |
|
11 ); |
|
12 |
|
13 $css = ['static/lib/foundation/css/foundation-icons.css']; |
|
14 |
|
15 renderLayoutWithContentFile("home.php", $variables, $css); |