diff --git a/templates/Users/login.php b/templates/Users/login.php index f65ced8..d787594 100644 --- a/templates/Users/login.php +++ b/templates/Users/login.php @@ -1,5 +1,5 @@ Html->image('logo.png', ['alt' => 'CakePHP', 'class="form-signin"']); + echo $this->Html->image('logo-purple.png', ['alt' => 'CakePHP', 'class="form-signin"']); echo '
'; echo $this->Form->create(null, ['url' => ['controller' => 'users', 'action' => 'login']]); echo $this->Form->control('username', ['label' => false, 'class' => 'form-control', 'placeholder' => __('Username')]); diff --git a/webroot/img/logo-purple.png b/webroot/img/logo-purple.png new file mode 100644 index 0000000..82bcaab Binary files /dev/null and b/webroot/img/logo-purple.png differ