* core: Added template for a table view of typed sections
[project/luci.git] / core / src / view / cbi / valuefooter.htm
index 99de567..bc9d1b1 100644 (file)
@@ -1,7 +1,5 @@
-<%
-if self.tiny then
-       include("cbi/tiny_valuefooter")
+<% if valuefooter then
+       include(valuefooter)
 else
        include("cbi/full_valuefooter")
-end
-%>
\ No newline at end of file
+end %>
\ No newline at end of file