HTML

$g_html_tags

This is the list of HTML tags that are allowed.Do NOT include href or img tags here.Do NOT include tags that have parameters (eg. )The HTML code is allowed to enter the database as is. The $g_allow_href_tags does not have to be enabled to make URL links. The package will automatically hyperlink properly formatted URLs�eg. http://blah.blah/ or mailto://[email protected]/�

$g_hr_size

hr size.

$g_hr_width

hr width. Leave off the percentage (%) symbol.

$g_bottom_include_page

If this page eixsts it will be displayed at the bottom of every page. It makes a good company branding include page.

$g_top_include_page

If this page eixsts it will be displayed at the top of every page. It makes a good company branding include page.

$g_css_include_file

Set this to point to the CSS file of your choice.

$g_meta_include_file

Set this to point to the META tag file of your choice.

$g_main_menu_custom_options

This option will add custom options to the main menu. It is an array of arrays listing the caption, access level required, and the link to be executed. For example: $g_main_menu_custom_options = array( array( "My Link", MANAGER, 'my_link.php' ), array( "My Link2", ADMINISTRATOR, 'my_link2.php' ) ); Note that if the caption is found in custom_strings_inc.php, then it will be replaced by the translated string. Options will only be added to the menu if the current logged in user has the appropriate access level.