LoliPHP/src/home/index.php

7 行
337 B
PHP

<?php
$title = 'ホームページ'; // 必須・Requirement
$sitedesc = 'ホームページのみの説明。'; // config.phpの文字の交換・Change character of config.php
$siteurl .= '/home'; // config.phpの文字に追加・Add to character of config.php
$childview = '../ui/home/index.php'; // 必須・Requirement
?>