oddluck-limnoria-plugins/php/about.php

7 lines
156 B
PHP

<?php
require_once('includes/autoload.php');
$container->setTitle('About');
$container->setCurrentPage('about.php');
$container->render('about.html.php');