1
0

Added Titles to pages

This commit is contained in:
2014-06-10 13:27:17 +02:00
parent 9a200136e7
commit 5f839356bb
23 changed files with 398 additions and 201 deletions

View File

@@ -1,4 +1,13 @@
<?php
$this->pageTitle = 'Update EGH - ' . Yii::app()->name;
$this->breadcrumbs =
[
'Admin',
];
$v = new ExtendedGitGraph('Mikescher');
$v->setToken(MsHelper::getStringDBVar('egg_auth-token'));