mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Create parameter for logo
This commit is contained in:
parent
e6db412fbc
commit
4d3d381956
2 changed files with 2 additions and 1 deletions
|
@ -57,3 +57,4 @@ $defaults['ttl'] = 3600; # Default TTL for record
|
||||||
|
|
||||||
## UI Options
|
## UI Options
|
||||||
$menutype = 'horizontal'; # horizontal|vertical - use a horizontal or vertical menu
|
$menutype = 'horizontal'; # horizontal|vertical - use a horizontal or vertical menu
|
||||||
|
$logo = 'https://www.tuxis.nl/uploads/images/nsedit.png';
|
||||||
|
|
|
@ -48,7 +48,7 @@ if (!is_logged_in()) {
|
||||||
<body onload="document.getElementById('username').focus()">
|
<body onload="document.getElementById('username').focus()">
|
||||||
<div class="loginblock">
|
<div class="loginblock">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="https://www.tuxis.nl/uploads/images/nsedit.png" alt="Logo"/>
|
<img src="<?php echo $logo ?>" alt="Logo"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="login">
|
<div class="login">
|
||||||
<?php if (isset($errormsg)) {
|
<?php if (isset($errormsg)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue