Sha256: 536929ea62ced98150b1499931439e37bbaf1b89980ba692203a922da27ffaac

Contents?: true

Size: 375 Bytes

Versions: 5

Compression:

Stored size: 375 Bytes

Contents

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

<!-- First thing to do is to open partials/functions.php and change the $server_url value -->

<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

5 entries across 5 versions & 1 rubygems

Version Path
edge_framework-0.9.12 template/php/index.php
edge_framework-0.9.11 template/php/index.php
edge_framework-0.9.10 template/php/index.php
edge_framework-0.9.9 template/php/index.php
edge_framework-0.9.0 template/php/index.php