1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Fixes #365 for now until new method found.

This commit is contained in:
Cameron
2013-06-20 01:31:03 -07:00
parent fe53927e5d
commit 9d2f54ebf9
3 changed files with 5 additions and 3 deletions

View File

@@ -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)