mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Fixes #365 for now until new method found.
This commit is contained in:
@@ -172,7 +172,7 @@ if (varset($e107_popup) != 1)
|
|||||||
}
|
}
|
||||||
else
|
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)
|
} // End of regular-page footer (the above NOT done for popups)
|
||||||
|
@@ -161,7 +161,7 @@ if (varset($e107_popup) != 1)
|
|||||||
}
|
}
|
||||||
else
|
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)
|
} // 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.
|
$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
|
//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);
|
unset($show);
|
||||||
echo "\n</body>\n</html>";
|
echo "\n</body>\n</html>";
|
||||||
|
|
||||||
|
@@ -20,6 +20,8 @@
|
|||||||
.clear-l { clear: right }
|
.clear-l { clear: right }
|
||||||
.clear-r { clear: left }
|
.clear-r { clear: left }
|
||||||
|
|
||||||
|
.e-footer-info { margin-top:10px; padding:20px; text-align: center }
|
||||||
|
|
||||||
td.text-center { text-align:center; }
|
td.text-center { text-align:center; }
|
||||||
|
|
||||||
/* Core Icons */
|
/* Core Icons */
|
||||||
|
Reference in New Issue
Block a user