bf6a02b6ed340e7a588158d48cef4246608d1f3a
[atutor.git] / docs / mods / _core / themes / lib / theme_template.inc.php
1 <?php\r
2 \r
3 $theme_template_xml = '<?xml version="1.0" encoding="utf-8"?>\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         <type>{TYPE}</type>\r
11         <last_updated>{LAST_UPDATED}</last_updated>\r
12         <extra_info>{EXTRA_INFO}</extra_info>\r
13 </theme>\r
14 \r
15 ';\r
16 ?>