Beispiel #1
0
  | modify it under the terms of this license which you
  | can read by viewing the included agpl.txt or online
  | at www.gnu.org/licenses/agpl.html. Removal of this
  | copyright header is strictly prohibited without
  | written permission from the original author(s).
  +--------------------------------------------------------*/
if (!defined("IN_FUSION")) {
    die("Access Denied");
}
if (file_exists(THEME . "locale/" . $settings['locale'] . ".php")) {
    include THEME . "locale/" . $settings['locale'] . ".php";
} else {
    include THEME . "locale/English.php";
}
global $aidlink, $locale;
echo open_grid('footer', 1);
echo "<div class='footer-row row'>\n";
echo "<div class='col-xs-12 col-sm-3 col-md-3 col-lg-3'>\n";
echo "<img style='width:80%;' class='img-responsive' src='" . THEME . "images/htmlcss.jpg'>";
echo "</div>\n";
echo "<div class='col-xs-12 col-sm-9 col-md-9 col-lg-9 footer-right-col'>\n";
echo "<div class='pull-right'>\n";
echo "<h1><a href='#top'><i style='font-size:50px;' class='entypo mid-opacity up-circled'></i></a></h1>\n";
echo "</div>\n";
echo "<p class='text-left'>" . stripslashes(strip_tags($settings['footer'])) . "</p>\r\n\t<p>" . showcopyright() . "</p>\r\n\t<p>Septenary Theme by <a href='http://www.phpfusionmods.co.uk' target='_blank'>Craig</a> and <a href='http://www.guildsquare.com' target='_blank'>Hien</a></p>\r\n\t<p>";
if ($settings['visitorcounter_enabled']) {
    echo "" . showcounter();
}
if ($settings['rendertime_enabled'] == '1' || $settings['rendertime_enabled'] == '2') {
    if ($settings['visitorcounter_enabled']) {
        echo " | ";
Beispiel #2
0
echo "</div>\n";
echo "</div>\n";
close_grid(1);
open_grid('section-2', 1);
echo "<div class='row'>\n";
echo "<div class='header-nav col-xs-12 col-sm-12 col-md-9 col-lg-9 p-r-0'>\n";
echo showsublinks('') . "\n";
echo "</div>\n";
echo "<div class='header-nav col-xs-12 col-sm-12 col-md-3 col-lg-3' style='padding-top:20px;'>\n";
echo "<form name='search_form', method='GET' action='" . BASEDIR . "search.php?stype=all'>\n";
echo form_text('', 'stext', 'stext', '', array('append_button' => 1, 'placeholder' => 'Search', 'class' => 'no-border'));
echo "</form>\n";
echo "</div>\n</div>\n";
close_grid();
echo "</div>\n";
open_grid('section-showcase', 1);
if ($settings['opening_page'] == FUSION_SELF) {
    echo "<div class='text-center logo'> " . showbanners() . " </div>\n";
    echo "<h2 class='text-center text-uppercase' style='letter-spacing:10px; font-weight:300; font-size:36px;'>" . $settings['sitename'] . "</h2>\n";
    echo "<h4 class='text-center' style='font-size:19.5px; line-height:35px; font-weight:300; color:rgba(255,255,255,0.8'>" . $settings['siteintro'] . "</h4>\n";
    echo "<div class='section-2-row row'>\n";
    echo "<div class='col-sm-3 col-md-3 col-lg-3 section-2-tab text-center'>\n";
    echo "<a href='" . BASEDIR . "news.php'>\n";
    echo "<i class='entypo pencil'></i>\n";
    echo "<h4>News</h4>";
    echo "</a>\n";
    echo "</div>\n";
    echo "<div class='col-sm-3 col-md-3 col-lg-3 section-2-tab text-center'>\n";
    echo "<a href='" . BASEDIR . "photogallery.php'>\n";
    echo "<i class='entypo camera'></i>\n";
    echo "<h4>Gallery</h4>";
Beispiel #3
0
| Copyright (C) 2002 - 2014 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Name: Septenary Theme
| Filename: content.php
| Version: 1.00
| Author: PHP-Fusion Mods UK
| Developer & Designer: Craig
| Site: http://www.phpfusionmods.co.uk
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) {
    die("Access Denied");
}
open_grid('section-3', 1);
echo "<div class='row'>\n";
echo "<div class='col-xs-12 col-sm-3 col-md-3 col-lg-3 leftbar'>\n";
echo RIGHT . LEFT;
echo "</div>\n";
echo "<div class='col-xs-12 col-sm-9 col-md-9 col-lg-9 main-content'>\n";
echo U_CENTER . CONTENT . L_CENTER;
echo "</div>\n";
echo "</div>\n";
close_grid(1);
Beispiel #4
0
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) {
    die("Access Denied");
}
if (file_exists(THEME . "locale/" . LANGUAGE . ".php")) {
    include THEME . "locale/" . LANGUAGE . ".php";
} else {
    include THEME . "locale/English.php";
}
global $aidlink, $locale;
open_grid('footer', true);
echo "<div class='footer-row row'>\n";
echo "<div class='hidden-xs col-sm-3 col-md-3 col-lg-3'>\n";
echo "<img style='width:80%;' alt='" . $locale['sept_011'] . "' class='img-responsive' src='" . THEME . "images/htmlcss.jpg' />";
echo "</div>\n";
echo "<div class='col-xs-12 col-sm-9 col-md-9 col-lg-9 footer-right-col'>\n";
echo "<div class='pull-right'>\n";
echo "<a href='#top'><i style='font-size:50px;' class='entypo mid-opacity up-circled'></i></a>\n";
echo "</div>\n";
echo "<p class='text-left'>" . stripslashes(strip_tags($settings['footer'])) . "</p>\n\t<p>" . showcopyright() . "</p>\n\t<p>Septenary Theme by <a href='http://www.phpfusionmods.co.uk' target='_blank'>Craig</a> and <a href='http://www.guildsquare.com' target='_blank'>Hien</a></p>\n\t<p>";
if ($settings['visitorcounter_enabled']) {
    echo showcounter();
}
if ($settings['rendertime_enabled'] == '1' || $settings['rendertime_enabled'] == '2') {
    if ($settings['visitorcounter_enabled']) {
        echo "<br />";