Commit ecbe30dc8a0c45a61bdb37a922a0afc8c3053405

Authored by alex
1 parent 8c3f42b3

remove href from link

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -152,8 +152,7 @@ JS;
152 152 if($category->id==4){
153 153 ?>
154 154  
155   - <a href="/pdf/<?=\Yii::$app->params['pdf_instruction'][$currentLang];?>"
156   - target="_blank"
  155 + <a target="_blank"
157 156 <?php if(\Yii::$app->devicedetect->isMobile()){
158 157 ?>
159 158 download
... ...