HEX
Server: Apache
System: Linux webm009.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: ateliug (129934)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/ateliug/www/wp-content/themes/perfect-portfolio/sections/services.php
<?php
/**
 * Services Section
 * 
 * @package Perfect_Portfolio
 */
if ( is_active_sidebar( 'services' ) ) { ?>
	<section id="service_section" class="service-section">
		<div class="tc-wrapper">
			<div class="widgets-holder">
				<?php dynamic_sidebar( 'services' ); ?>
			</div>
		</div>
	</section> <!-- .service-section -->
<?php }