piler/webui/system/document.php

13 lines
151 B
PHP
Raw Normal View History

2012-02-08 23:14:28 +01:00
<?php
class Document {
public $title;
public $description;
public $base;
public $charset = 'utf-8';
public $language = 'en-gb';
}
?>