Template Adjustment |
Written by Administrator |
"module" and "module_menu" have been causing text alignment and background issues with this site. "module" basically centers the text, but with background images, while "module_menu" aligns the text to the left, but does not have background images in the menu title. Eventually code has to be changed so that division type "module" has to be changed to "module_menue" if the module is a menu (e.g. mainmenu), and new definitions are added in template css to make module_menu have background image titles.
The code changes in \website\libraries\joomla\application\module\helper.php:
// begin chris mod: |