Example #1
0
<body>
    <div style="width:97%;margin:auto;">
        <!-- Dieser Teil kommt in den Textbereich der Seite oft auch Content-Bereich genannt. ANFANG GB Body. Von hier -->
        <h3 class="hh_form"><?php 
echo $gb->getGbSettings()['gb_title'];
?>
</h3>
        <!-- Load the submit form -->
        <?php 
$gb->showGBookForm(basename(__FILE__));
?>

        <!-- Load all Posts from database -->
        <?php 
$gb->showGBookPosts();
?>

        <!-- Load page navigation for GB -->
        <?php 
$gb->showGBpageNavi();
?>

        <div class="raw">
                <p><center><a href="hhgb/">Administration</a></center></p>
        </div>
    <!-- bis hier. ENDE GB Body -->
    </div>
</body>

</html>