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:
@@ -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>';
|
||||
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user