aedc396b5c9c14cf9a9c49f5ba5d0b05ac440116
[atutor.git] / docs / documentation / admin / creating_themes.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Creating Themes</h2>
4         <p>The process for creating a theme is basically to export an existing theme from ATutor, import it back into ATutor, then modify the files of the copied theme. Details about creating themes can be found in the <kbd><a href="../../themes/themes_readme.txt">themes_readme.txt</a></kbd> file found in the <kbd>/themes</kbd> directory of your ATutor installation. Also see the comments included in the files of the Default ATutor theme for additional details.</p>
5
6 <?php require('../common/body_footer.inc.php'); ?>