Skip to content

Commit

Permalink
! Calendar icon should be in the plugin folder, not in the main repo.…
Browse files Browse the repository at this point in the history
….. (calendar/CalendarIntegration.template.php, calendar/img/cal.gif)

Signed-off-by: Nao <nao@wedge>
  • Loading branch information
Nao committed Apr 27, 2014
1 parent 9251cc8 commit dcfb1f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/CalendarIntegration.template.php
Expand Up @@ -47,7 +47,7 @@ function template_info_center_calendar()
echo '
<section class="ic">
<we:title>
<a href="', SCRIPT, '?action=calendar"><img src="', ASSETS, '/icons/calendar.gif', '" alt="', $context['calendar_only_today'] ? $txt['calendar_today'] : $txt['calendar_upcoming'], '"></a>
<a href="', SCRIPT, '?action=calendar"><img src="', $context['plugins_url']['Wedge:Calendar'] . '/img/cal.gif" alt="', $context['calendar_only_today'] ? $txt['calendar_today'] : $txt['calendar_upcoming'], '"></a>
', $context['calendar_only_today'] ? $txt['calendar_today'] : $txt['calendar_upcoming'], '
</we:title>
<p class="smalltext">';
Expand Down
Binary file added calendar/img/cal.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dcfb1f3

Please sign in to comment.