updated system reference, meta&title test for page login

This commit is contained in:
Ulf Gebhardt 2016-05-17 17:55:44 +02:00
parent 00112636ec
commit b41402366b
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit ace60614f874141898e0af6acaac19a173f993c5
Subproject commit ebefaec531d31bc5889b16a6e1743b6b91232f2a

View File

@ -1,5 +1,11 @@
<?php
class default_login extends \SYSTEM\PAGE\Page {
public static function title(){
return 'Mojotrollz - Login';}
//public static function meta(){
// return array('keywords' => 'abc',
// 'description' => 'cde');
//}
public static function js(){
return array(new \PPAGE('default_login/js/default_login.js'));}
public function html(){