summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-22 09:48:59 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-22 09:48:59 +0000
commit4dd803d765660cb0d79ef0d06b22b8e785a4adc8 (patch)
treedfe2675869c1059df5ebf63e630a9e77d3a057a1
parent330627e73eeacb9fd2653757b761a002fc7a4b1f (diff)
downloadacf-alpine-baselayout-4dd803d765660cb0d79ef0d06b22b8e785a4adc8.tar.bz2
acf-alpine-baselayout-4dd803d765660cb0d79ef0d06b22b8e785a4adc8.tar.xz
Updated for skin change in acf-core 0.10.0
-rw-r--r--interfaces-read-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp
index fe5509f..4b842a3 100644
--- a/interfaces-read-html.lsp
+++ b/interfaces-read-html.lsp
@@ -22,7 +22,7 @@ end %>
<DL>
<% for i,entry in ipairs(view.value) do
local interface = entry.value %>
- <DT><IMG SRC='/skins/static/tango/16x16/devices/network-wired.png' width='16' height='16'> <%= html.html_escape(interface.name.value) %></DT><DD>
+ <DT><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/devices/network-wired.png' width='16' height='16'> <%= html.html_escape(interface.name.value) %></DT><DD>
<TABLE STYLE='margin-bottom:10px'>
<%