Admin Control Panel Missing Images - Joomla! Forum - community, help and support
tlynn wrote:thank reply. located problem.
administrator/modules/helper.php
before (icons not appearing):
array(
'link' => jroute::_('index.php?option=com_content&task=article.add'),
'image' => 'icon-48-article-add.png',
'text' => jtext::_('mod_quickicon_add_new_article'),
'access' => array('core.manage', 'com_content', 'core.create', 'com_content', )
after (icons appear):
array(
'link' => jroute::_('index.php?option=com_content&task=article.add'),
'image' => 'header/icon-48-article-add.png',
'text' => jtext::_('mod_quickicon_add_new_article'),
'access' => array('core.manage', 'com_content', 'core.create', 'com_content', )
not sure how happened nevertheless icons there now.
there no such directory this.. administrator/modules/helper.php
please how fix problem, each time log-in admin receive message below, control panel no longer displacing @ all. please how fix thanks.
fatal error: call member function setstate() on non-object in /home/content/38/8659138/html/administrator/modules/mod_popular/helper.php on line 36
fatal error: call member function setstate() on non-object in /home/content/38/8659138/html/administrator/modules/mod_popular/helper.php on line 36
Comments
Post a Comment