diff -r 03e8815a012d -r 18b9be54174d 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 Tue Jun 02 16:42:02 2015 +0200 @@ -0,0 +1,15 @@ + listProjects() + ); + + $css = ['static/lib/foundation/css/foundation-icons.css']; + + renderLayoutWithContentFile("home.php", $variables, $css);