summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/templates/tags.tpl')
-rw-r--r--themes/default/templates/tags.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/tags.tpl b/themes/default/templates/tags.tpl
index 42a20ff..a4b1e0a 100644
--- a/themes/default/templates/tags.tpl
+++ b/themes/default/templates/tags.tpl
@@ -1,9 +1,9 @@
<span style="vertical-align: middle; text-decoration: underline;">
- <img src="resources/available_tags.png" alt="available tags" />Available Tags:
+ <img src="{$web_path}/resources/available_tags.png" alt="available tags" />Available Tags:
</span>
<div id="available_tags"></div>
<span style="vertical-align: middle; text-decoration: underline;">
- <img src="resources/selected_tags.png" alt="selected tags" />Selected Tags:
+ <img src="{$web_path}/resources/selected_tags.png" alt="selected tags" />Selected Tags:
</span>
&nbsp;
<input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } title="OR condition" />||