Your IP : 216.73.216.5


Current Path : /home/theafprt/khurram.com/wp-content/themes/petrix/template-parts/
Upload File :
Current File : /home/theafprt/khurram.com/wp-content/themes/petrix/template-parts/cursor.php

<?php $cursor = get_theme_mod('cursor', true) ?>
<?php $page_cursor  = function_exists('get_field') ? get_field("page_cursor") : '' ?>

<?php if ($cursor === true) : ?>
     <?php if ($page_cursor !== true) : ?>
          <div id="magic-cursor">
               <div id="ball"></div>
          </div>
     <?php endif; ?>
<?php endif;