viewing paste Unknown #12233 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
    </head>
    <body>
        <!-- Main Header -->
        <?php include 'header_menu.php' ?>
        <?php include 'header_slider.php' ?>
                                <!-- Messages -->
                                <?php if ($message=$session->getMessage()): ?>
                                    <p class="message"><?php echo htmlspecialchars($message) ?></p>
                                <?php endif ?>
                                
                                <!-- Sub menu -->
                                <?php include 'main/submenu.php' ?>
                                
                                <!-- Page menu -->
                                <?php include 'main/pagemenu.php' ?>
                                
                                <!-- Credit balance -->
                                <?php if (in_array($params->get('module'), array('donate', 'purchase'))) include 'main/balance.php' ?>
Viewed 711 times, submitted by Guest.