diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index a5b1ed2..961e2cf 100755
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -144,7 +144,22 @@ JS;
-
- =$category->language->title?>
+ id==4){
+ echo Html::a(
+ $category->language->title,
+ '/pdf/Kyiv_-_EM_and_9th_Forum_-_OverviewHyper_MASTER_07-5_Clean.pdf',
+ [ "target" => '_blank',]
+
+
+ );
+ }
+ else
+ {
+ echo Html::a($category->language->title,'#');
+ }
+ ?>
+