diff options
Diffstat (limited to 'core/src/view/cbi/valuefooter.htm')
-rw-r--r-- | core/src/view/cbi/valuefooter.htm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/view/cbi/valuefooter.htm b/core/src/view/cbi/valuefooter.htm new file mode 100644 index 000000000..99de567e0 --- /dev/null +++ b/core/src/view/cbi/valuefooter.htm @@ -0,0 +1,7 @@ +<% +if self.tiny then + include("cbi/tiny_valuefooter") +else + include("cbi/full_valuefooter") +end +%>
\ No newline at end of file |