6 lines
170 B
PHP

<?php
class PPAGE extends \SYSTEM\PATH {
public function __construct($subpath = '') {
parent::__construct(new \SYSTEM\PROOT(), 'slingit/page/', $subpath);}
}