template/php/index.php in edge_framework-0.9.12 vs template/php/index.php in edge_framework-0.10.0
- old
+ new
@@ -1,12 +1,5 @@
-<?php include "partials/functions.php"; get("header"); ?>
+<?php include "_header.php"; ?>
-<!-- First thing to do is to open partials/functions.php and change the $server_url value -->
+<!-- Content here -->
-<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"); ?>
+<?php include "_footer.php"; ?>
\ No newline at end of file