aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field/array.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/field/array.tt')
-rw-r--r--share/skin/default/layout/field/array.tt20
1 files changed, 0 insertions, 20 deletions
diff --git a/share/skin/default/layout/field/array.tt b/share/skin/default/layout/field/array.tt
deleted file mode 100644
index 2b049b5..0000000
--- a/share/skin/default/layout/field/array.tt
+++ /dev/null
@@ -1,20 +0,0 @@
-=for layout widget
-
-[% label %]
-[% list %]
-
-=for layout label
-
-<strong > [% content | html %]: </strong>
-
-=for layout list
-
-<ul>
-[% content %]
-</ul>
-
-=for layout item
-
-<li>[% content | html %]</li>
-
-=cut \ No newline at end of file