Example #1
0
function fk_footer($theme = NULL)
{
    if ($theme == NULL) {
        $theme = fk_theme();
    }
    if (display_header_footer()) {
        if (display_blank_header()) {
            // Display Blank Header
            fk::blank_footer();
        } else {
            // Header normal
            fkore::_use('public/_HTML/themes/' . $theme . '/footer.php');
        }
    }
}
Example #2
0
<?php

(!defined('__APP__') || fk::isDebugging() && (empty($_GET['t']) || $_SERVER['REQUEST_TIME'] > $_GET['t'] + 4)) && header("Location: ../index.php?t={$_SERVER['REQUEST_TIME']}");
/**
 * @var string $appId
 * @var int $timestamp
 * @var string $nonceStr
 * @var string $signature
 * @var string $imgHost
 * @var \fk\web\Application $this
 * @var array $story
 *
 */
include __DIR__ . '/story.php';
$marriage = 1458446400;
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
    <meta name="screen-orientation" content="portrait"/>
    <meta name="format-detection" content="telephone=no"/>
    <title><?php 
echo $title;
?>
</title>
    <div style="display: none">
        <img src="<?php 
echo $imgHost;
?>