Sha256: 6af47a7629b67975dd63cc45b466e49811ae12de30449b4025ebab2cba5a7aa5

Contents?: true

Size: 332 Bytes

Versions: 3

Compression:

Stored size: 332 Bytes

Contents

<?php include "partials/_functions.php"; get("header"); ?>

<!-- Sample content to show how the $root works -->
<div class="row">
  <div class="large-6 large-centered columns">
    <h1>Home page</h1>
    <a href="<?php echo root(); ?>sample-page" class="button">Go to next page</a>
  </div>
</div>

<?php get("footer"); ?>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
edge_framework-0.8.1 template/php/index.php
edge_framework-0.6.1 template/php/index.php
edge_framework-0.6.0 template/php/index.php