tagging as ATutor 1.5.4-release
[atutor.git] / include / lib / theme_template.inc.php
1 <?php\r
2 \r
3 $theme_template_xml = '<?xml version="1.0" encoding="EN"?>\r
4 <!--This is an ATutor Theme Generator document-->\r
5 <!--Created from the ATutor Themes Export Generator-->\r
6 \r
7 <theme>\r
8         <title>{TITLE}</title>\r
9         <version>{VERSION}</version>\r
10         <last_updated>{LAST_UPDATED}</last_updated>\r
11         <extra_info>{EXTRA_INFO}</extra_info>\r
12 </theme>\r
13 \r
14 ';\r
15 ?>