| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/nycyouth/ |
Upload File : |
<cfset id = 157316>
<cfquery name="getc" datasource="cg22">
select copy,title from columntable where id = #id#
</cfquery>
<cfset newtitle = rereplacenocase(getc.title,'Family Fun - ','','all')>
<cfinclude template="/header.cfm">
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap" style="overflow: visible;">
<!-- Wave Shape Divider
============================================= -->
<div class="wave-bottom" style="position: absolute; top: -12px; left: 0; width: 100%; background-image: url('demos/course/images/wave-3.svg'); height: 12px; z-index: 2; background-repeat: repeat-x; transform: rotate(180deg);"></div>
<div class="container">
<div class="heading-block border-bottom-0 my-4 text-center">
<h1><Cfoutput>#newtitle#</Cfoutput></h1>
<br>
<cfoutput> <div style="text-align:left;">#getc.copy#</div></cfoutput>
</div>
</div>
</section><!-- #content end -->
<cfinclude template="/footer.cfm">