* Instructions for generate-header.php and generate-footer.php These scripts are simple php scripts that internally call the oneColumnCollegeTemplate class to generate the header and footer markup. You just invoke the command line php interpreter and redirect the output to the required file. Example of usage. You need to create a config file in the form of grit_config.php and pass this file as a parameter to the script. $php generate-header.php grit_config.php > /web/header.html * Instructions for generate-phorum-header.php and generate-phorum-footer.php These are similar to the above, but require an extra input parameter. This is the file containing the placeholders for the template chunks. For eg, $php generate-phorum-header.php template_config.php header.tpl.in > /header.tpl The header.tpl.in and header.tpl files currently reside in the templates/cs folder within it-forum. After running the script, make sure the output files do not have a leading space in the first line. If there is one, delete it. * Instructions for generate-roundcube-header.php and generate-roundcube-stylesheets.php Output files for the above need to be called college_template.html and stylesheets.html respectively and go in to the /skins/cs/includes/ directory. Usage is same as generate-header.php. Config file is located at /config/template_config.php