Beispiel #1
0
function themefooter()
{
    global $showblocks, $banners, $cpgtpl, $foot1, $foot2, $foot3, $copyright, $db, $Blocks;
    $Blocks->display('r');
    $cpgtpl->assign_vars(array('B_R_VISIBLE' => $Blocks->hideblock('601') ? 'style="display: none"' : '', 'B_R_HIDDEN' => $Blocks->hideblock('601') ? '' : 'style="display: none"', 'S_FOOTER' => footmsg()));
    $cpgtpl->set_filenames(array('footer' => 'footer.html'));
    $cpgtpl->display('footer');
}
Beispiel #2
0
function themefooter()
{
    global $cpgtpl, $Blocks;
    $Blocks->display('r');
    $cpgtpl->assign_vars(array('B_R_VISIBLE' => $Blocks->hideblock('601') ? 'style="display: none"' : '', 'S_FOOTER' => footmsg()));
    $cpgtpl->set_filenames(array('footer' => 'footer.html'));
    $cpgtpl->display('footer');
}
function themefooter()
{
    if ($GLOBALS['index'] == 1) {
        echo "</td>\n              <td>&nbsp;&nbsp;</td>\n              <td valign=\"top\" width=\"150\" bgcolor=\"{$GLOBALS['bgcolor1']}\">";
        blocks('right');
    }
    echo "</td></tr></table>\n          </td></tr></table>\n          <center>";
    footmsg();
    echo "</center>";
}
Beispiel #4
0
function themefooter()
{
    echo "</td>";
    if (defined('INDEX_FILE')) {
        echo "<td>&nbsp;&nbsp;</td><td valign=\"top\">";
        blocks("right");
    }
    echo "</tr></table></td></tr></table>";
    footmsg();
}
Beispiel #5
0
function themefooter()
{
    $azul = 'Azul theme and related images designed by <b>Jamin</b> - upgraded by Phoenix.';
    // do not remove this line <--
    global $showblocks, $banners, $cpgtpl, $foot1, $foot2, $foot3, $copyright, $start_time, $Blocks;
    $Blocks->display('r');
    $cpgtpl->assign_vars(array('B_R_VISIBLE' => $Blocks->hideblock('601') ? 'style="display: none"' : '', 'B_R_HIDDEN' => $Blocks->hideblock('601') ? '' : 'style="display: none"', 'S_FOOTER' => footmsg() . $azul));
    $cpgtpl->set_filenames(array('footer' => 'footer.html'));
    $cpgtpl->display('footer');
}
Beispiel #6
0
function themefooter()
{
    global $index;
    echo "</td>";
    if ($index == 1) {
        echo "<td>&nbsp;&nbsp;</td><td valign=\"top\">";
        blocks(right);
    }
    echo "</tr></table></td></tr></table>";
    footmsg();
}
Beispiel #7
0
function themefooter()
{
    if (defined('INDEX_FILE')) {
        echo "<td>&nbsp;</td><td valign=\"top\" width=\"200\">";
        blocks("left");
        blocks("right");
    }
    echo "</td></tr></table></td></tr></table>";
    echo "<center>";
    footmsg();
    echo "</center>";
}
Beispiel #8
0
function themefooter()
{
    global $index;
    if ($index == 1) {
        echo "<td>&nbsp;</td><td valign=\"top\" width=\"200\">";
        blocks(left);
        blocks(right);
    }
    echo "</td></tr></table></td></tr></table>";
    echo "<center>";
    footmsg();
    echo "</center>";
}
Beispiel #9
0
function themefooter()
{
    global $index, $foot1, $foot2, $foot3, $copyright, $totaltime, $footer_message;
    if ($index) {
        $thefile = implode("", file("themes/MP3Tunes/center_right.html"));
        $thefile = addslashes($thefile);
        $thefile = '$r_file="' . $thefile . '";';
        eval($thefile);
        print $r_file;
        blocks('right');
    }
    $thefile = implode("", file("themes/MP3Tunes/footer.html"));
    $thefile = addslashes($thefile);
    $thefile = '$r_file="' . $thefile . '";';
    eval($thefile);
    print $r_file;
    echo "<center>\n";
    $footer_message = footmsg();
    echo "</center>\n";
    echo "<br>\n";
}
Beispiel #10
0
function themefooter()
{
    if (defined('INDEX_FILE')) {
        echo "</td><td><img src=\"themes/Milo/images/pixel.gif\" width=\"15\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"150\" bgcolor=\"#eeeeee\">\n";
        blocks("right");
    }
    echo "</td>\n" . "</tr></table>\n" . "<table bgcolor=\"#000000\" width=\"750\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">\n" . "<tr>\n" . "<td width=\"750\" height=\"5\"><img src=\"themes/Milo/images/bottombar.gif\" width=\"750\" height=\"5\" border=\"0\" alt=\"\"></td>\n" . "</tr>\n" . "<tr>\n" . "<td width=\"100%\"><img src=\"themes/Milo/images/pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td>\n" . "</tr>\n" . "</table>\n" . "<br>\n" . "<br>\n" . "<table width=\"750\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">\n" . "<tr align=\"center\">\n" . "<td width=\"100%\" colspan=\"3\">\n";
    footmsg();
    echo "</td>\n" . "</tr>\n" . "</table>\n";
}
Beispiel #11
0
function themefooter()
{
    global $index;
    if ($index == 1) {
        echo "</td><td><img src=\"themes/Karate/images/pixel.gif\" width=\"15\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"150\" bgcolor=\"#eeeeee\">\n";
        blocks(right);
    }
    echo "</td>\n" . "</tr></table>\n" . "<table bgcolor=\"#000000\" width=\"750\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">\n" . "<tr>\n" . "<td width=\"750\" height=\"5\"><img src=\"themes/Karate/images/bottombar.gif\" width=\"750\" height=\"5\" border=\"0\" alt=\"\"></td>\n" . "</tr>\n" . "<tr>\n" . "<td width=\"100%\"><img src=\"themes/Karate/images/pixel.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td>\n" . "</tr>\n" . "</table>\n" . "<br>\n" . "<br>\n" . "<table width=\"750\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">\n" . "<tr align=\"center\">\n" . "<td width=\"100%\" colspan=\"3\">\n";
    footmsg();
    echo "</td>\n" . "</tr>\n" . "</table>\n";
}
Beispiel #12
0
function themefooter()
{
    if (defined('INDEX_FILE')) {
        echo "</td><td><img src=\"themes/Anagram/images/pixel.gif\" width=\"5\" height=\"1\" border=\"0\" alt=\"\"></td>\n" . "<td background=\"themes/Anagram/images/column-bg.gif\" valign=\"top\" width=\"150\">\n";
        blocks(right);
    }
    echo "</td>\n" . "</tr></table>\n" . "<table width=\"780\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"#ffffff\" align=\"center\">\n" . "<tr align=\"center\">\n" . "<td width=\"100%\" bgcolor=\"#DAD8D8\"><img src=\"themes/Anagram/images/pixel.gif\" width=\"1\" height=\"1\" alt=\"\"></td>\n" . "</tr>\n" . "</table>\n" . "<table width=\"780\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"#EEEEEE\" align=\"center\">\n" . "<tr align=\"center\">\n" . "<td width=\"100%\" colspan=\"3\">\n";
    footmsg();
    echo "</td>\n" . "</tr>\n" . "</table>\n";
}
Beispiel #13
0
function themefooter()
{
    global $index, $bgcolor1, $bgcolor2, $bgcolor3;
    if ($index == 1) {
        echo "</td><td>&nbsp;&nbsp;</td><td valign=\"top\" bgcolor={$bgcolor1}>";
        blocks(right);
        echo "</td>";
    }
    echo "</td></tr></table></td></tr></table>";
    echo "<center>";
    footmsg();
    echo "</center>";
}
Beispiel #14
0
function themefooter()
{
    global $index;
    if ($index == 1) {
        echo "</td><td>&nbsp;</td><td valign=top width=200>\n";
        blocks(right);
        echo "</td>";
    }
    echo "</td></tr></table></td></tr></table>";
    footmsg();
}
Beispiel #15
0
function themefooter()
{
    global $bgcolor1, $bgcolor2, $bgcolor3;
    if (defined('INDEX_FILE')) {
        echo "</td><td>&nbsp;&nbsp;</td><td valign=\"top\" bgcolor={$bgcolor1}>";
        blocks("right");
        echo "</td>";
    }
    echo "</td></tr></table></td></tr></table>";
    echo "<center>";
    footmsg();
    echo "</center>";
}
Beispiel #16
0
function themefooter()
{
    global $index;
    if ($index == 1) {
        echo "</td><td><img src=\"themes/NukeNews/images/pixel.gif\" width=\"15\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"150\">\n";
        blocks(right);
    }
    echo "</td></tr></table>\n";
    echo "<br>";
    OpenTable();
    echo "<center>";
    footmsg();
    echo "</center>";
    CloseTable();
}
Beispiel #17
0
function themefooter()
{
    global $index, $foot1, $foot2, $foot3, $foot4, $copyright, $totaltime, $footer_message;
    if ($index == 1) {
        $tmpl_file = "themes/iCGstation/center_right.html";
        $thefile = implode("", file($tmpl_file));
        $thefile = addslashes($thefile);
        $thefile = "\$r_file=\"" . $thefile . "\";";
        eval($thefile);
        print $r_file;
        blocks(right);
    }
    echo "\t\t\t\t</td>" . "\t\t\t</tr>" . "\t\t</table>" . "\t\t<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">" . "\t\t  <tr> " . "\t\t\t<td align=\"right\"><a href=\"#top\"><img src=\"themes/iCGstation/forums/images/top.gif\" border=\"0\" /></a></td>" . "\t\t  </tr>" . "\t\t</table>" . "\t\t<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">" . "\t\t  <tr> " . "\t\t\t<td><a href=\"http://www.nukemods.com\" target=\"_blank\"><img src=\"themes/iCGstation/forums/images/bt_left.gif\" border=\"0\" /></a></td>" . "\t\t\t<td width=\"100%\" class=\"indexbom\" align=\"center\">";
    $footer_message = footmsg();
    echo "\t\t\t</td>" . "\t\t\t<td><a href=\"http://www.ioptional.com\" target=\"_blank\"><img src=\"themes/iCGstation/forums/images/bt_right.gif\" border=\"0\" /></a></td>" . "\t\t  </tr>" . "\t\t</table>" . "\t</td>" . "\t<td width=\"10\" nowrap=\"nowrap\" class=\"righttd\"></td>" . "  </tr>" . "</table>" . "";
}
Beispiel #18
0
function themefooter()
{
    global $MAIN_CFG, $cpgtpl, $banners, $Blocks, $db;
    if ($MAIN_CFG['global']['maintenance'] && !is_admin()) {
        echo '</body></html>';
        return;
    }
    global $foot1, $foot2, $foot3;
    //dummy require of the global, or else $footer_1... will be empty later
    // TODO: need to test a bit more if this line is needed
    Fix_Quotes($foot1, 1);
    // Let's save it before footmsg() adds other pieces into it
    $footer_1 = $foot1;
    // Let's also save others
    $footer_2 = $foot2;
    $footer_3 = $foot3;
    // Now let's clean all foot globals, so footmsg() would add minimum info to $foot1
    $foot1 = '';
    $foot2 = '';
    $foot3 = '';
    $debug_sql_id = '31881';
    $debug_php_id = '31949';
    $cpgtpl->assign_vars(array('S_BANNER_ACT' => $banners, 'S_BANNER' => $banners ? viewbanner() : '', 'S_FOOTER' => footmsg(), 'FOOTER_1' => $footer_1, 'FOOTER_2' => $footer_2, 'FOOTER_3' => $footer_3, 'DSQL_ID' => $debug_sql_id, 'DPHP_ID' => $debug_php_id, 'S_DEBUG_SQL_COLLAPSED' => $Blocks->hideblock($debug_sql_id), 'S_DEBUG_PHP_COLLAPSED' => $Blocks->hideblock($debug_php_id), 'U_EDIT_FOOTER' => is_admin() ? adminlink('settings&amp;s=3') : ''));
    /*
      In case the template array gets emptied, i.e during forums admin messages
      We assign some again, that are also used in footer
    */
    //Dragonfly 10 or load only if needed
    //if (version_compare(CPG_NUKE, '10.0.0', '>=') || !isset($cpgtpl->_tpldata['.'][0]['HEADVARS_OK'])) {
    if (version_compare(CPG_NUKE, '10.0.0', '<') && !isset($cpgtpl->_tpldata['.'][0]['HEADVARS_OK'])) {
        global $CPG_SESS, $mainindex, $adminindex, $lang, $userinfo;
        /* CSS Menu */
        if ($MAIN_CFG['global']['admingraphic'] & 4) {
            include 'themes/' . $CPG_SESS['theme'] . '/includes/cssmainmenu.php';
        }
        $cpgtpl->assign_vars(array('CURRENT_URL' => ereg_replace('&', '&amp;', get_uri()), 'S_TIMENOW' => sprintf($lang['Current_time'], formatDateTime(current_time(), _DATESTRING)), 'S_IS_USER' => is_user(), 'S_LASTVISIT' => is_user() ? sprintf($lang['You_last_visit'], formatDateTime($userinfo['user_lastvisit'], _DATESTRING)) : '', 'BACK_TO_TOP' => $lang['Back_to_top'], 'S_MAIN_MENU' => isset($mmcontent) ? $mmcontent : false, 'U_MAININDEX' => $mainindex, 'U_DOWNLOADS' => getlink('Downloads'), 'U_FORUMS' => getlink('Forums'), 'U_MY_ACCOUNT' => getlink(is_user() ? 'Your_Account' : 'Your_Account&amp;file=register'), 'U_ADMININDEX' => $adminindex, 'S_DOWNLOADS' => is_active('Downloads') ? _DownloadsLANG : false, 'S_FORUMS' => _ForumsLANG, 'S_MY_ACCOUNT' => is_user() ? _Your_AccountLANG : _BREG, 'S_ADMINISTR' => _ADMINISTRATION));
    }
    $cpgtpl->set_filenames(array('footer' => 'footer.html'));
    $cpgtpl->display('footer');
}
Beispiel #19
0
function themefooter()
{
    if (defined('INDEX_FILE')) {
        echo "</td><td>&nbsp;</td><td valign=top width=200>\n";
        blocks("right");
        echo "</td>";
    }
    echo "</td></tr></table></td></tr></table>";
    footmsg();
}
Beispiel #20
0
function themefooter()
{
    global $showblocks, $banners, $cpgtpl, $foot1, $foot2, $foot3, $copyright, $start_time, $db, $themeblockside, $Blocks;
    $Blocks->display('r');
    $cpgtpl->assign_vars(array('B_R_VISIBLE' => $Blocks->hideblock('601') ? 'style="display:none;"' : '', 'S_FOOTER' => footmsg(), 'S_BANNER' => $banners ? viewbanner() : ''));
    $cpgtpl->set_filenames(array('footer' => 'footer.html'));
    $cpgtpl->display('footer');
}
Beispiel #21
0
function themefooter()
{
    echo "<br>";
    if (defined('INDEX_FILE')) {
        echo "</td><td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"138\" bgcolor=\"d3e2ea\">\n";
        blocks("right");
        echo "<td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"6\" height=\"1\" border=\"0\" alt=\"\">";
    } else {
        echo "</td><td colspan=\"2\"><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\">";
    }
    echo "<br><br></td></tr></table>\n" . "<br><center>";
    footmsg();
    echo "</center>";
}
Beispiel #22
0
function themefooter()
{
    if (defined('INDEX_FILE')) {
        echo "</td><td><img src=\"themes/NukeNews/images/pixel.gif\" width=\"15\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"150\">\n";
        blocks("right");
    }
    echo "</td></tr></table>\n";
    echo "<br>";
    OpenTable();
    echo "<center>";
    footmsg();
    echo "</center>";
    CloseTable();
}