template/php/index.php in edge_framework-0.1.0 vs template/php/index.php in edge_framework-0.2.0

- old
+ new

@@ -1,5 +1,11 @@ <?php include 'partials/_header.php'; ?> -<!-- Your content goes here --> +<!-- 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</a> + </div> +</div> -<?php include 'partials/_footer.php'; ?> +<?php include $root.'partials/_footer.php'; ?> \ No newline at end of file