server/php/basic/public_html/renkan_read.php
author ymh <ymh.work@gmail.com>
Mon, 25 May 2015 01:18:12 +0200
changeset 443 4c7ab16e5845
parent 442 adb907bba956
permissions -rw-r--r--
best coding convention for loadingstatus and savingstatus, rempve loadingatatus form export add the schema version to export, to prepare for schema migrations.

<?php

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

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

    $variables = ['config' => $config, 'renkanId' => $_GET['renkanId']];
    $css = [
        'static/lib/renkan/css/renkan.css'
    ];

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