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]/�
hr size.
hr width. Leave off the percentage (%) symbol.
If this page eixsts it will be displayed at the bottom of every page. It makes a good company branding include page.
If this page eixsts it will be displayed at the top of every page. It makes a good company branding include page.
Set this to point to the CSS file of your choice.
Set this to point to the META tag file of your choice.
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.