diff -r 4732f078d0fe -r adb907bba956 server/php/basic/public_html/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/php/basic/public_html/index.php Fri May 22 17:48:14 2015 +0200 @@ -0,0 +1,15 @@ + listProjects() + ); + + $css = ['static/lib/foundation/css/foundation-icons.css']; + + renderLayoutWithContentFile("home.php", $variables, $css);