server/php/basic/public_html/index.php
author rougeronj
Tue, 04 Aug 2015 18:02:54 +0200
changeset 511 4a48a1a9fd1e
parent 442 adb907bba956
permissions -rw-r--r--
update the url on papershift or zoom add update_url bool to the default options to activate or not this behavior

<?php

    require_once(realpath(dirname(__FILE__) . "/../resources/config.php"));

    require_once(LIBRARY_PATH . "/templateFunctions.php");
    require_once(LIBRARY_PATH . "/dbFunctions.php");


    $variables = array(
        'renkans' => listProjects()
    );

    $css = ['static/lib/foundation/css/foundation-icons.css'];

    renderLayoutWithContentFile("home.php", $variables, $css);