Support Home Page › Forums › Joomla Software › Easy Folder Listing Module › Module vs Plugin and target _blank › Re: Module vs Plugin and target _blank
September 12, 2013 at 11:19 am
#1012
Michael Gilkes
Keymaster
@Minas_Hund. You had to do this in both the list.php file and the default.php file. Find the line that says:
1 |
echo '<a href="'.JURI::base().$folder.'/'.$fixedName.'.'.$rows[$i]['ext'].'">'; |
and change it to:
1 |
echo '<a target="_blank" href="'.JURI::base().$folder.'/'.$fixedName.'.'.$rows[$i]['ext'].'">'; |