* core: Added template for a table view of typed sections
[project/luci.git] / core / src / view / cbi / valueheader.htm
index 3b7dd5b..8d9802f 100644 (file)
@@ -1,7 +1,5 @@
-<%
-if self.tiny then
-       include("cbi/tiny_valueheader")
+<% if valueheader then
+       include(valueheader)
 else
        include("cbi/full_valueheader")
-end
-%>
\ No newline at end of file
+end %>
\ No newline at end of file