Sha256: 8dcfdb1c9417843d14120a815f91ea44229fd599c9644f05e9cb3585412a4477

Contents?: true

Size: 315 Bytes

Versions: 5

Compression:

Stored size: 315 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>Sample page</h1>
		<a href="<?php echo $root ?>" class="button">Go back</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/sample-page/index.php
edge_framework-0.3.0 template/php/sample-page/index.php
edge_framework-0.2.3 template/php/sample-page/index.php
edge_framework-0.2.1 template/php/sample-page/index.php
edge_framework-0.2.0 template/php/sample-page/index.php