HEX
Server: LiteSpeed
System: Linux server44.twelveinks.com 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: moda (1338)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /python/moda/public_html/tech/old/templates/hostx/includes/blocks/offer_block_2.tpl
{if $hostx_blocks[$block_slug]}
<div class="custom-block-7">
  <div class="container">
	<div class="sp-offer">
	  <h3>{eval var=$hostx_blocks[$block_slug]->title}</h3>
	  <h2>{eval var=$hostx_blocks[$block_slug]->sub_title}</h2>
	</div>
	{foreach $hostx_blocks[$block_slug]->widgets as $widget}
		{eval var=$widget->widget_description|html_entity_decode}
	{/foreach}
  </div>
</div>
{else}
<div class="custom-block-7">
  <div class="container">
		<div class="sp-offer">
		  <h3>Special Offer</h3>
		  <h2>50% Off</h2>
		</div>
		<div class="cuppon-box">
			<h5><strong>SHARED / RESELLER</strong> - Save 50% on First Term (up to 3 years) with code: <span class="c-code">KH50DEAL</span><br> 
				<strong>SSD VPS / CLOUD VPS</strong> - Save 30% for LIFE with Code: <span class="c-code">KH30DEAL</span><br>
				<strong>DEDICATED</strong> - Check back
			</h5>
		</div>
		<a href="#" class="see-ofr-btn">See Special Offers</a>
  </div>
</div>
{/if}