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/about.php
<?php
/**
 * About Section
 * 
 * @package Perfect_Portfolio
 */

if ( is_active_sidebar( 'about' ) ) { ?>
	<section id="about_section" class="about-section">
		<div class="tc-wrapper">
			<?php dynamic_sidebar( 'about' ); ?>
		</div>
	</section> <!-- .about-section -->
<?php }