Skip to content

Commit

Permalink
Merge pull request #9 from benoiteolas/patch-1
Browse files Browse the repository at this point in the history
Update main.php
  • Loading branch information
MrBertie committed Apr 20, 2016
2 parents 20fc0a1 + 938e2af commit 267f21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class="dokuwiki site mode_<?php echo $ACT ?>">
<!--
<a href="#"><?php echo $lang['site_tools']; ?></a>
-->
<a href="#"><img src="lib/tpl/taratasy/images/menu.png"></a>
<a href="#"><img src="/lib/tpl/taratasy/images/menu.png"></a>
<ul>
<?php tpl_action('recent', 1, 'li'); ?>
<?php tpl_action('media', 1, 'li'); ?>
Expand All @@ -88,7 +88,7 @@ class="dokuwiki site mode_<?php echo $ACT ?>">
<!--
<a href="#"><?php echo $lang['user_tools']; ?></a>
-->
<a href="#"><img src="lib/tpl/taratasy/images/user.png"></a>
<a href="#"><img src="/lib/tpl/taratasy/images/user.png"></a>
<ul>
<?php tpl_action('profile', 1, 'li'); ?>
<?php _tpl_action('userpage', 1, 'li'); ?>
Expand Down

0 comments on commit 267f21a

Please sign in to comment.