added theme properties

git-svn-id: https://svn.apache.org/repos/asf/struts/sandbox/trunk@1550492 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/struts2examples/themes/src/main/webapp/template/KUTheme/checkboxlist.ftl b/struts2examples/themes/src/main/webapp/template/KUTheme/checkboxlist.ftl
index 0ee118a..8f6a25c 100644
--- a/struts2examples/themes/src/main/webapp/template/KUTheme/checkboxlist.ftl
+++ b/struts2examples/themes/src/main/webapp/template/KUTheme/checkboxlist.ftl
@@ -1,4 +1,3 @@
 <#include "/${parameters.templateDir}/xhtml/controlheader.ftl" />
-
 <#include "/${parameters.templateDir}/KUTheme_simple/checkboxlist.ftl" />
-    <#include "/${parameters.templateDir}/xhtml/controlfooter.ftl" /><#nt/>
\ No newline at end of file
+<#include "/${parameters.templateDir}/xhtml/controlfooter.ftl" /><#nt/>
\ No newline at end of file
diff --git a/struts2examples/themes/src/main/webapp/template/KUTheme/theme.properties b/struts2examples/themes/src/main/webapp/template/KUTheme/theme.properties
new file mode 100644
index 0000000..49429d0
--- /dev/null
+++ b/struts2examples/themes/src/main/webapp/template/KUTheme/theme.properties
@@ -0,0 +1 @@
+parent = xhtml
\ No newline at end of file