1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +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

@@ -198,7 +198,7 @@ class news_shortcodes extends e_shortcode
$caption = vartrue($parm['text'],LAN_BACK);
$text = '<ul class="pager">
$text = '<ul class="pager hidden-print">
<li><a href="'.$url.'">'.e107::getParser()->toHtml($caption,false,'defs').'</a></li>
</ul>';

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)