PHP Classes

File: templates/page/post.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   templates/page/post.php   Download  
File: templates/page/post.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: MyDreamLife.eu
Plan a life change to a different country
Author: By
Last change:
Date: 1 year ago
Size: 713 bytes
 

Contents

Class file image Download
<section class="center bottom-margin">
    <h2><?php echo $title ?></h2>
    <article>
        <?php if (isset($vimeoId)):
            include
'vimeo-embed.inc.php';
        elseif (isset(
$imageUrl)):
            include
'image.inc.php';
        endif;
?>

        <p><?php echo $description ?></p>
        <p>
            See also the <a href="<?php echo site_url('apps') ?>" rel="nofollow noopener" target="_blank" class="underline">useful apps</a> to get before your trip.
        </p>

        <div class="post-button">
            <a href="<?php echo site_url() ?>" class="waves-effect orange-light btn-large">
                Get Your OWN Itinerary
            </a>
        </div>
    </article>
</section>