Sha256: be56244af0a02b47bd1f8e705fcdc0c56358dd4131cfde1b8251ae0cf8e3f00a

Contents?: true

Size: 317 Bytes

Versions: 8

Compression:

Stored size: 317 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>Sample page</h1>
    <a href="<?php echo root(); ?>" class="button">Go back</a>
  </div>
</div>

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
edge_framework-0.9.12 template/php/sample-page/index.php
edge_framework-0.9.11 template/php/sample-page/index.php
edge_framework-0.9.10 template/php/sample-page/index.php
edge_framework-0.9.9 template/php/sample-page/index.php
edge_framework-0.9.0 template/php/sample-page/index.php
edge_framework-0.8.1 template/php/sample-page/index.php
edge_framework-0.6.1 template/php/sample-page/index.php
edge_framework-0.6.0 template/php/sample-page/index.php