HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/nomor.creativefellows.nl/views/partials/contact-us.inc.php
<?php
	
	$form_section_id = "";


	echo '<div class="page-section page-section__contact-us page-section__text-center">';
		echo '<div class="grid-container">';
			echo '<div class="grid-x grid-padding-x">';


				echo '<div class="cell small-12">';
			
					echo '<h2><span>'. $localization["footer"]["header"] .' '. $page_title .'</span></h2>';
					echo '<p>'. $localization["footer"]["lead"] .'</p>';
					echo '<p><a href="Contact-us" class="button primary toggle-target-element" data-toggle="'. ($form_section_id ? "#".$form_section_id : "") .'"><i class="fa fa-arrow-circle-right"></i>'. $localization["footer"]["button"] .'</a></p>';
			
				echo '</div>';	
			
			
			echo '</div>';
		echo '</div>';
	echo '</div>';