Skip to content

Commit

Permalink
Update a few URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoder87 committed Sep 5, 2020
1 parent 5e7e2ca commit c4dc3dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/modules/admin/layouts/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
$.key('alt+s', function() { window.location.href ='<?=$this->getUrl(['module' => 'admin', 'controller' => 'settings', 'action' => 'index']) ?>'; });
$.key('alt+h', function() { window.location.href ='<?=$this->getUrl(['module' => 'admin', 'controller' => 'infos', 'action' => 'index']) ?>'; });
$.key('alt+k', function() { window.location.href ='<?=$this->getUrl(['module' => 'admin', 'controller' => 'infos', 'action' => 'shortcuts']) ?>'; });
$.key('alt+i', function() { window.open('http://ilch.de/', '_blank'); });
$.key('alt+i', function() { window.open('https://ilch.de/', '_blank'); });
</script>
<?php
if (\Ilch\DebugBar::isInitialized()) {
Expand Down Expand Up @@ -206,14 +206,14 @@
</a>
<ul role="menu" class="dropdown-menu">
<li>
<a href="http://www.ilch.de" target="_blank" rel="noopener">
<a href="https://www.ilch.de" target="_blank" rel="noopener">
<i class="fa fa-home"></i>
<?=$this->getTrans('officialSite') ?>
</a>
</li>
<li class="divider"></li>
<li>
<a href="http://www.ilch.de/forum.html" target="_blank" rel="noopener">
<a href="https://www.ilch.de/forum.html" target="_blank" rel="noopener">
<i class="fa fa-comments-o"></i>
<?=$this->getTrans('officialSupportForum') ?>
</a>
Expand Down

0 comments on commit c4dc3dd

Please sign in to comment.