diff --git a/application/modules/courses/views/scripts/public-view/view.phtml b/application/modules/courses/views/scripts/public-view/view.phtml
index 83be8e1169070b728f6381a2343ef42835530b06..5880d864afdbffe9958a1dbdb8d3e19e14bed28f 100644
--- a/application/modules/courses/views/scripts/public-view/view.phtml
+++ b/application/modules/courses/views/scripts/public-view/view.phtml
@@ -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; ?>