template/php/index.php in edge_framework-0.8.1 vs template/php/index.php in edge_framework-0.9.0

- old
+ new

@@ -1,7 +1,8 @@ -<?php include "partials/_functions.php"; get("header"); ?> +<?php include "partials/functions.php"; get("header"); ?> -<!-- Sample content to show how the $root works --> +<!-- 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> \ No newline at end of file