Skip to content

Commit

Permalink
Merge pull request #86 from paratiuid/tk83
Browse files Browse the repository at this point in the history
link para documento abrir em uma nova janela
  • Loading branch information
Cesar Augusto authored Apr 8, 2019
2 parents db235e7 + 93d3924 commit 32ff14d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion application/views/pages/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@

?>
<li>
<a href="<?= $link ?>">
<?php if ($subpage['template'] == 'pageModel-linkToDocument.php') { ?>
<a href="<?= $link ?>" target="_blank">
<?php }else{ ?>
<a href="<?= $link ?>">
<?php } ?>
<?= $link_text ?>
</a>
</li>
Expand Down

0 comments on commit 32ff14d

Please sign in to comment.