| author | ymh <ymh.work@gmail.com> |
| Fri, 22 May 2015 17:48:14 +0200 | |
| changeset 442 | adb907bba956 |
| permissions | -rw-r--r-- |
| 442 | 1 |
<?php |
2 |
||
3 |
require_once(realpath(dirname(__FILE__) . "/../resources/config.php")); |
|
4 |
||
5 |
require_once(LIBRARY_PATH . "/templateFunctions.php"); |
|
6 |
||
7 |
$variables = ['config' => $config, 'renkanId' => $_GET['renkanId']]; |
|
8 |
$css = [ |
|
9 |
'static/lib/renkan/css/renkan.css' |
|
10 |
]; |
|
11 |
||
12 |
renderLayoutWithContentFile("renkan_read.php", $variables, $css); |