HEX
Server: Apache
System: Linux wyse1.wyseservers.com 4.18.0-553.124.4.el8_10.x86_64 #1 SMP Fri May 15 04:14:14 EDT 2026 x86_64
User: kochikidswysewor (1061)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: /home/kochikidswysewor/www/wp-content/themes/children-charity-child/page-sponsor-edit.php
<?php
/**
 * @package 	WordPress
 * @subpackage 	Children Charity
 * @version		1.0.7
 * 
 * Default Page Template
 * Created by CMSMasters
 * 
 */


get_header();

//list($cmsmasters_layout) = children_charity_theme_page_layout_scheme();?>
<section class="our-children">
	<div class="container">
		<section class="sponsor_dtl">
			<p>Hi,</p>
			<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
			<table class="s_table">
				<thead>
					<tr class="s_row">
						<th class="s_hd">Sponsored Child Name</th>
						<th class="s_hd">Amount</th>
						<th class="s_hd">Status</th>
						<th class="s_hd">Download Reciept</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<td class="s_cls"><span>Sponsored Child Name</span> Text (Name)</td>
						<td class="s_cls"><span>Amount</span> 10000</td>
						<td class="s_cls"><span>Status</span> Paid</td>
						<td class="s_cls"><span>Download Reciept</span> <button class="btn">Download</button></td>
					</tr>
				</tbody>
			</table>
		</section>
	</div>
</section>

<?php get_footer();