Updating PHPCI to use its new logo

This commit is contained in:
Dan Cryer 2013-08-02 08:54:28 +01:00
commit 0723c5d964
6 changed files with 53 additions and 11 deletions

View file

@ -59,7 +59,7 @@ class SessionController extends \PHPCI\Controller
$form->addField($pwd);
$pwd = new b8\Form\Element\Submit();
$pwd->setValue('Login »');
$pwd->setValue('Log in »');
$pwd->setClass('btn-success');
$form->addField($pwd);