Sha256: 5e9bdf809325267ef771c2dd641c5d678d076c68a3ca9dc43f5302f1c3ffd8fa

Contents?: true

Size: 317 Bytes

Versions: 5

Compression:

Stored size: 317 Bytes

Contents

<?php include 'partials/_header.php'; ?>

<!-- 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 $root.'partials/_footer.php'; ?>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
edge_framework-0.5.0 template/php/index.php
edge_framework-0.3.0 template/php/index.php
edge_framework-0.2.3 template/php/index.php
edge_framework-0.2.1 template/php/index.php
edge_framework-0.2.0 template/php/index.php