1<?php 2/** 3 * English language file for config 4 * 5 */ 6 7$lang['toc_place']= 'Where do you want to put the TOC, Sir?'; 8$lang['sidebar_head'] = 'Include "tpl_sidebar_head.php" before top sidebar content'; 9$lang['sidebar_foot'] = 'Include "tpl_sidebar_foot.php" after top sidebar content'; 10?> 11