diff options
| author | n0kS Phr33d0m <god@politeia.in> | 2013-08-23 07:04:09 +0200 |
|---|---|---|
| committer | n0kS Phr33d0m <god@politeia.in> | 2013-08-23 07:04:09 +0200 |
| commit | 6f9b77e3365c216d6a60d875cb2854134c109e21 (patch) | |
| tree | 017e375e5c9f521dc1b29a9074027784e6cd8e04 /modules/extra | |
| parent | 97930620079db049ee9ae5a53f0c6d4491ac0fb5 (diff) | |
Don't use an external svg logo anymore, but a local png one.
Diffstat (limited to 'modules/extra')
| -rw-r--r-- | modules/extra/webcpanel/templates/default/confirm.html | 4 | ||||
| -rw-r--r-- | modules/extra/webcpanel/templates/default/login.html | 5 | ||||
| -rw-r--r-- | modules/extra/webcpanel/templates/default/logo.png | bin | 16385 -> 19247 bytes | |||
| -rw-r--r-- | modules/extra/webcpanel/templates/default/register.html | 4 |
4 files changed, 10 insertions, 3 deletions
diff --git a/modules/extra/webcpanel/templates/default/confirm.html b/modules/extra/webcpanel/templates/default/confirm.html index c9e609158..d2631d8bd 100644 --- a/modules/extra/webcpanel/templates/default/confirm.html +++ b/modules/extra/webcpanel/templates/default/confirm.html @@ -16,7 +16,9 @@ <div id="frontPages" class="container"> <div class="row"> <div class="col-lg-offset-4 col-lg-4"> - <a href="/"><img src="http://www.geniusdex.net/anope/anope.svg" class="img-responsive" width="370"></a> + <a href="/"> + <img src="/static/logo.png" class="img-responsive" width="370"> + </a> <a href="/" class="btn btn-lg btn-default btn-block">Back Home</a> <h1 class="form-signin-heading">Register</h1> diff --git a/modules/extra/webcpanel/templates/default/login.html b/modules/extra/webcpanel/templates/default/login.html index 250dde1f0..27d5b78de 100644 --- a/modules/extra/webcpanel/templates/default/login.html +++ b/modules/extra/webcpanel/templates/default/login.html @@ -16,9 +16,12 @@ <div id="frontPages" class="container"> <div class="row"> <div class="col-lg-offset-4 col-lg-4"> + <div style="margin: 0 auto;"> <a href="/"> - <img src="http://www.geniusdex.net/anope/anope.svg" class="img-responsive" width="370"> + <img src="/static/logo.png" class="img-responsive"> </a> + </div> + <h1 class="form-signin-heading">Login <small>to continue</small></h1> {IF EXISTS INVALID_LOGIN} diff --git a/modules/extra/webcpanel/templates/default/logo.png b/modules/extra/webcpanel/templates/default/logo.png Binary files differindex 1ab5546c6..f7c2ff92a 100644 --- a/modules/extra/webcpanel/templates/default/logo.png +++ b/modules/extra/webcpanel/templates/default/logo.png diff --git a/modules/extra/webcpanel/templates/default/register.html b/modules/extra/webcpanel/templates/default/register.html index 598d2ecff..97741464c 100644 --- a/modules/extra/webcpanel/templates/default/register.html +++ b/modules/extra/webcpanel/templates/default/register.html @@ -16,7 +16,9 @@ <div id="frontPages" class="container"> <div class="row"> <div class="col-lg-offset-4 col-lg-4"> - <a href="/"><img src="http://www.geniusdex.net/anope/anope.svg" class="img-responsive" width="370"></a> + <a href="/"> + <img src="/static/logo.png" class="img-responsive" width="370"> + </a> <a href="/" class="btn btn-lg btn-default btn-block">Back Home</a> <h1 class="form-signin-heading">Register</h1> |
