LoliPHP/src/home/index.php

7 行
337 B
PHP
Raw 通常表示 履歴

2022-03-27 01:55:57 +09:00
<?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
?>