Beispiel #1
0
<?php

if (!defined('access') or !access) {
    die("This file cannot be directly accessed.");
}
G\render\include_theme_file('header');
?>
Not found (404)
Beispiel #2
0
<div class="content-block content-width overflow-auto text-align-justify">
	<div class="margin-bottom-40 overflow-auto">
		<div class="c2 grid-columns gutter-margin-right">
			<span class="icon-features icon-flag"></span>
		</div>
		<div class="c22 grid-columns">
			<h2>Getting started</h2>
			<p>If you are seeying this then G\ is ready to rock. You will find that G\ comes with an example app ("APP") which illustrates how the basic system works. Check the code and remember to read the <a href="http://gbackslash.com/docs">G\ documentation</a>.</p>
			<p>Visual style in this page is provided by <a href="http://peafowl.co">Peafowl</a> framework and here is some system info:</p>
			<ul class="tabbed-content-list table-li margin-top-20">
			<?php 
foreach (get_system_values() as $v) {
    ?>
			<li><span class="c6 display-table-cell"><?php 
    echo $v['label'];
    ?>
</span> <span class="display-table-cell"><?php 
    echo $v['content'];
    ?>
</span></li>
			<?php 
}
?>
		</ul>
		</div>
	</div>
</div>

<?php 
G\render\include_theme_file('footer');