I am making a custom Joomla! template which should allow for multiple modules in the right column. Everything is working fine, and I am using "modules.php" to create a custom HTML wrapper for each module in the column. Only problem is - I need to remove the bottom border from the last module that appears in that column, whichever one it may be. I don't think I can use a class suffix for this because it could be any module depending on which page. Is there any way to identify the last module so I can give it a custom look? In my style function perhaps?