Skip to content
Snippets Groups Projects
Commit 7d4ca8c5 authored by Tim Steiner's avatar Tim Steiner
Browse files

Remove the search bar when printing the public view details page.

parent 972fcb8b
No related branches found
Tags
No related merge requests found
......@@ -3,6 +3,8 @@
<?php
if ($this->print) {
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/public-view/print.css', 'all');
} else {
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/public-view/print.css', 'print');
}
?>
<?php $this->layout()->hideMenu = true; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment