1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Fix for oversized LOGO on sitedown page.

This commit is contained in:
Cameron
2016-03-11 17:54:28 -08:00
parent 3a4af5371f
commit f8ed7ac1d4
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class sitedown_shortcodes extends e_shortcode
if(!empty($pref['maintainance_text'])) 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 else
{ {

View File

@@ -38,7 +38,7 @@ if(!isset($SITEDOWN_TABLE))
<body> <body>
<div class='container'> <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;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 /> <hr />
<br /> <br />
{SITEDOWN_TABLE_MAINTAINANCETEXT} {SITEDOWN_TABLE_MAINTAINANCETEXT}