mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Fix for oversized LOGO on sitedown page.
This commit is contained in:
parent
3a4af5371f
commit
f8ed7ac1d4
@ -26,7 +26,7 @@ class sitedown_shortcodes extends e_shortcode
|
||||
|
||||
if(!empty($pref['maintainance_text']))
|
||||
{
|
||||
return $tp->toHTML($pref['maintainance_text'], TRUE, 'parse_sc', 'admin');
|
||||
return $tp->toHTML($pref['maintainance_text'], true, 'BODY', 'admin');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -38,7 +38,7 @@ if(!isset($SITEDOWN_TABLE))
|
||||
<body>
|
||||
<div class='container'>
|
||||
<div style='text-align:center;font-size: 14px; color: black; font-family: Tahoma, Verdana, Arial, Helvetica; text-decoration: none'>
|
||||
<div style='text-align:center'>{LOGO}</div>
|
||||
<div style='text-align:center'>{LOGO: h=300}</div>
|
||||
<hr />
|
||||
<br />
|
||||
{SITEDOWN_TABLE_MAINTAINANCETEXT}
|
||||
|
Loading…
x
Reference in New Issue
Block a user