mod_latestnews + new windows link - Joomla! Forum - community, help and support


who configure mod_latestnews link open new windows ?

thanks.

you have edit file default.php located in directory \modules\mod_latestnews\tmpl , change following line of code shown:

before edit:

code: select all

      <a href="<?php echo $item->link; ?>" class="latestnews<?php echo $params->get('moduleclass_sfx'); ?>">

after edit:

code: select all

      <a href="<?php echo $item->link; ?>" class="latestnews<?php echo $params->get('moduleclass_sfx'); ?>" target="_blank">


being core joomla! file, suggest following output override technique documented @ http://docs.joomla.org/how_to_override_the_output_from_the_joomla!_core.





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support