mirror of
https://github.com/e107inc/e107.git
synced 2025-04-14 01:22:13 +02:00
Fixes #365 for now until new method found.
This commit is contained in:
parent
fe53927e5d
commit
9d2f54ebf9
@ -172,7 +172,7 @@ if (varset($e107_popup) != 1)
|
||||
}
|
||||
else
|
||||
{
|
||||
echo($rinfo ? "\n<div class='e-footer-info center' style='margin-top:10px'>{$rinfo}</div>\n" : "");
|
||||
echo($rinfo ? "\n<div class='e-footer-info muted center' style='padding-bottom:20px; margin-top:10px'><small>{$rinfo}</small></div>\n" : "");
|
||||
}
|
||||
|
||||
} // End of regular-page footer (the above NOT done for popups)
|
||||
|
@ -161,7 +161,7 @@ if (varset($e107_popup) != 1)
|
||||
}
|
||||
else
|
||||
{
|
||||
echo($rinfo ? "\n<div class='e-footer-info smalltext'><small>{$rinfo}</small></div>\n" : "");
|
||||
echo($rinfo ? "\n<div class='e-footer-info muted smalltext'><small>{$rinfo}</small></div>\n" : "");
|
||||
}
|
||||
|
||||
} // End of regular-page footer (the above NOT done for popups)
|
||||
@ -320,7 +320,7 @@ unset($uclist, $bcache);
|
||||
|
||||
$show = deftrue('e_POWEREDBY_DISABLE') ? "none" : "block"; // Let search engines find us to increase e107.org ranking - even if hidden.
|
||||
//XXX Must not contain IDs or Classes
|
||||
echo "<div style='text-align:center; display:".$show."; position: absolute; width:99%; height:20px; margin-top:-30px; z-index:30000; opacity:1.0; color: silver'>Proudly powered by <a style='color:silver' href='http://e107.org/' title='e107 Content Management System'>e107</a></div>";
|
||||
// echo "<div style='text-align:center; display:".$show."; position: absolute; width:99%; height:20px; margin-top:-30px; z-index:30000; opacity:1.0; color: silver'>Proudly powered by <a style='color:silver' href='http://e107.org/' title='e107 Content Management System'>e107</a></div>";
|
||||
unset($show);
|
||||
echo "\n</body>\n</html>";
|
||||
|
||||
|
@ -20,6 +20,8 @@
|
||||
.clear-l { clear: right }
|
||||
.clear-r { clear: left }
|
||||
|
||||
.e-footer-info { margin-top:10px; padding:20px; text-align: center }
|
||||
|
||||
td.text-center { text-align:center; }
|
||||
|
||||
/* Core Icons */
|
||||
|
Loading…
x
Reference in New Issue
Block a user