/js/libs/bootstrap.min.js?release=<?php 
echo html_encode(APPLICATION_VERSION);
?>
"></script>
        <script type="text/javascript" src="<?php 
echo $ENTRADA_TEMPLATE->relative();
?>
/js/libs/modernizr-2.5.3.min.js?release=<?php 
echo html_encode(APPLICATION_VERSION);
?>
"></script>
        %HEAD%
    </head>
    <body>
        <?php 
echo load_system_navigator();
?>
        <header id="main-header">
            <div class="banner">
                <div class="container">
                    <div class="row-fluid">
                        <div class="span5">
                            <h1><a href="<?php 
echo ENTRADA_URL;
?>
"><img src="<?php 
echo $ENTRADA_TEMPLATE->relative();
?>
/images/logo.png" alt="<?php 
echo APPLICATION_NAME;
?>
Beispiel #2
0
     $sys_profile_photo = "";
     $sys_profile_evaluations = "";
 }
 if (isset($_SESSION["isAuthorized"]) && $_SESSION["isAuthorized"]) {
     $navigator_tabs = navigator_tabs();
 } else {
     $navigator_tabs = "";
 }
 $date_joined = "Joined: " . date("Y-m-d", $COMMUNITY_MEMBER_SINCE);
 $smarty->assign("sys_profile_photo", $sys_profile_photo);
 $smarty->assign("sys_profile_evaluations", $sys_profile_evaluations);
 $smarty->assign("allow_membership", $ALLOW_MEMBERSHIP);
 $smarty->assign("is_sequential_nav", $is_sequential_nav);
 $smarty->assign("template_relative", COMMUNITY_RELATIVE . "/templates/" . $COMMUNITY_TEMPLATE);
 $smarty->assign("sys_community_relative", COMMUNITY_RELATIVE);
 $smarty->assign("sys_system_navigator", load_system_navigator());
 $smarty->assign("sys_profile_url", ENTRADA_URL . "/profile");
 $smarty->assign("sys_website_url", ENTRADA_URL);
 $smarty->assign("site_template", $COMMUNITY_TEMPLATE);
 $smarty->assign("site_theme", isset($community_details["community_theme"]) ? $community_details["community_theme"] : "");
 $smarty->assign("site_default_charset", DEFAULT_CHARSET);
 $smarty->assign("site_community_url", COMMUNITY_URL . $COMMUNITY_URL);
 $smarty->assign("site_community_relative", COMMUNITY_RELATIVE . $COMMUNITY_URL);
 $smarty->assign("site_community_title", html_encode($community_details["community_title"]));
 $smarty->assign("site_community_module", $COMMUNITY_MODULE);
 $smarty->assign("site_total_members", communities_count_members());
 $smarty->assign("site_total_admins", communities_count_members(1));
 $smarty->assign("copyright_string", COPYRIGHT_STRING);
 $smarty->assign("development_mode", DEVELOPMENT_MODE);
 $smarty->assign("google_analytics_code", GOOGLE_ANALYTICS_CODE);
 $smarty->assign("isAuthorized", isset($_SESSION["isAuthorized"]) && $_SESSION["isAuthorized"] ? true : false);