1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Footer styling fix

This commit is contained in:
Cameron 2013-03-07 22:44:15 -08:00
parent 9ab93214b2
commit ea1641a633

View File

@ -321,7 +321,7 @@ unset($uclist, $bcache);
if(!deftrue('e_POWEREDBY_DISABLE'))
{
// No IDs or Classes - hinder js disable.
echo "<div style='margin:20px; text-align:center; display:block; 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='margin:20px; text-align:center;position: display:block; relative; bottom: 90px; 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 "</body></html>";