Re: Column heading names in Easy Folder Listing module v2.9

Home \ forums/reply \ Re: Column heading names in Easy Folder Listing module v2.9

Support Home Page Forums Joomla Software Easy Folder Listing Module Column heading names in Easy Folder Listing module v2.9 Re: Column heading names in Easy Folder Listing module v2.9

#2282
dgroat
Participant

After trying a few things, I think I have achieved this by replacing line 41 in the ‘Bootstrap.php’ file with

<th style="padding:4px;"><?php echo str_replace("images/results/","",$folder);?></th>

If there’s an easier way to do this then happy to learn. Thanks again.