diff options
Diffstat (limited to 'root/others/why.tt')
| -rw-r--r-- | root/others/why.tt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/root/others/why.tt b/root/others/why.tt new file mode 100644 index 0000000..68c2281 --- /dev/null +++ b/root/others/why.tt @@ -0,0 +1,19 @@ +[% INCLUDE 'others/header.tt' %] + + <div id="cloudcontent_subtitle">[% c.localize('why') %] :</div> + + <div id="cloudcontent_paragraph"> + <strong> + [% c.localize('whytitle1') %] + </strong><br/><br/> + [% c.localize('whypar1') %] + </div> + + <div id="cloudcontent_paragraph"> + <strong> + [% c.localize('whytitle2') %] + </strong><br/><br/> + [% c.localize('whypar2') %] + </div> + +[% INCLUDE 'others/footer.tt' %]
\ No newline at end of file |
