summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-22 09:50:19 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-22 09:50:19 +0000
commit8eb13415dcff424b9005bcdd18cdfa130ab3c719 (patch)
tree646b83dc645c16d4a037c7f77cc3dc92f74e10a6
parentf6a92c631f9f241e8b181fc65beda830963f01d6 (diff)
downloadacf-snort-8eb13415dcff424b9005bcdd18cdfa130ab3c719.tar.bz2
acf-snort-8eb13415dcff424b9005bcdd18cdfa130ab3c719.tar.xz
Updated for skin change in acf-core 0.10.0
-rw-r--r--snort-details-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/snort-details-html.lsp b/snort-details-html.lsp
index f7c1970..ac671ec 100644
--- a/snort-details-html.lsp
+++ b/snort-details-html.lsp
@@ -23,7 +23,7 @@ else
<% if (table.maxn(alert.url) ~= 0) then %>
( URL's:
<% for k,url in ipairs(alert.url) do %>
- <a href="<%= html.html_escape(url) %>" target="_new"><img src="/skins/static/tango/16x16/categories/applications-internet.png" alt="<%= html.html_escape(url) %>"></a>
+ <a href="<%= html.html_escape(url) %>" target="_new"><img src="<%= html.html_escape(page_info.staticdir) %>/tango/16x16/categories/applications-internet.png" alt="<%= html.html_escape(url) %>"></a>
<% end %>
)
<% end %>