1<?php 2/** 3 * english language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Myron Turner <turnermm02@shaw.ca> 7 */ 8 9// settings must be present and set appropriately for the language 10$lang['encoding'] = 'utf-8'; 11$lang['direction'] = 'ltr'; 12$lang['menu'] = 'HTML Access Manager'; 13?>