File Locations and Descriptions - GolfWithMe/Master GitHub Wiki
File Locations
com_community/templates/jomsocial/layouts/groupschedule/list
- Has the view all page loop logic.
com_community/templates/jomsocial/layouts/groupschedule/viewall
- Has the other view loop logic.
com_community/models/groupschedule
- This has the DB calls in it for group schedule
com_community/templates/jomsocial/views/groupschedule/view.html.php
view.html uses groupschedule model to build arrays then calls list to display the lists. List is a tmeplate that uses the arrays built in view.html.php.