Improve module icons and update language for icons
This commit is contained in:
@@ -33,7 +33,7 @@ class announcements extends module_base
|
||||
* Default module-image:
|
||||
* file must be in "{T_THEME_PATH}/images/portal/"
|
||||
*/
|
||||
public $image_src = 'portal_custom.png';
|
||||
public $image_src = 'portal_announcement.png';
|
||||
|
||||
/**
|
||||
* module-language file
|
||||
|
||||
@@ -266,7 +266,7 @@ class custom extends module_base
|
||||
// first check for obvious errors, we don't want to waste server resources
|
||||
if (empty($custom_code))
|
||||
{
|
||||
trigger_error($this->user->lang['ACP_PORTAL_CUSTOM_CODE_SHORT']. adm_back_link($u_action), E_USER_WARNING);
|
||||
trigger_error($this->user->lang['TOO_FEW_CHARS']. adm_back_link($u_action), E_USER_WARNING);
|
||||
}
|
||||
|
||||
if ($custom_bbcode)
|
||||
|
||||
@@ -33,7 +33,7 @@ class news extends module_base
|
||||
* Default module-image:
|
||||
* file must be in "{T_THEME_PATH}/images/portal/"
|
||||
*/
|
||||
public $image_src = 'portal_custom.png';
|
||||
public $image_src = 'portal_latest_news.png';
|
||||
|
||||
/**
|
||||
* module-language file
|
||||
|
||||
@@ -33,7 +33,7 @@ class recent extends module_base
|
||||
* Default module-image:
|
||||
* file must be in "{T_THEME_PATH}/images/portal/"
|
||||
*/
|
||||
public $image_src = 'portal_custom.png';
|
||||
public $image_src = 'portal_recent.png';
|
||||
|
||||
/**
|
||||
* module-language file
|
||||
|
||||
@@ -33,7 +33,7 @@ class welcome extends module_base
|
||||
* Default module-image:
|
||||
* file must be in "{T_THEME_PATH}/images/portal/"
|
||||
*/
|
||||
public $image_src = 'portal_custom.png';
|
||||
public $image_src = 'portal_welcome.png';
|
||||
|
||||
/**
|
||||
* module-language file
|
||||
|
||||
Reference in New Issue
Block a user