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

Corrected/improved news print layout.

This commit is contained in:
Cameron
2016-01-17 16:24:54 -08:00
parent 26f7695a9c
commit 8e4f2d663c
6 changed files with 61 additions and 32 deletions

View File

@@ -161,7 +161,7 @@ if (varset($e107_popup) != 1)
}
else
{
echo($rinfo ? "\n<div class='e-footer-info muted smalltext'><small>{$rinfo}</small></div>\n" : "");
echo($rinfo ? "\n<div class='e-footer-info muted smalltext hidden-print'><small>{$rinfo}</small></div>\n" : "");
}
} // End of regular-page footer (the above NOT done for popups)