|
|
|
|
select * from gullyjumpers_pr
where Visible = 1
#preservesinglequotes(wheredate)#
and site = '#thesite#'
order by Release_Date desc
Latest News:
#News_Title#
#DateFormat(Release_Date," mmmm dd, yyyy")#
There is currently no news.

select * from gullyjumpers_events
where Visible = 1
and site = '#thesite#'
order by Events_Date asc
Events:
#events_get.Events_Title#
#DateFormat(events_get.Events_Date," mmmm")# #daterange#, #DateFormat(events_get.Events_Date," yyyy")#
There is currently no events.

|
|