Removed default_theme.

Update theme and smarty theme description
This commit is contained in:
jvelilla
2014-11-17 22:37:10 -03:00
parent e20a7af301
commit 0edff7853b
6 changed files with 5 additions and 307 deletions

View File

@@ -740,7 +740,8 @@ feature -- Theme
if l_info.engine.is_case_insensitive_equal_general ("smarty") then
create {SMARTY_CMS_THEME} theme.make (setup, l_info)
else
create {DEFAULT_CMS_THEME} theme.make (setup, l_info)
to_implement ("Add a default SMARTY_CMS_THEME")
create {SMARTY_CMS_THEME} theme.make (setup, l_info)
end
end