Esempio n. 1
0
    ?>
	      		<p>&copy; 2009-<?php 
    echo date('Y');
    ?>
 <a href="http://get-simple.info/" target="_blank" >GetSimple CMS</a>
	      		<?php 
    echo '&ndash; ' . i18n_r('VERSION') . ' ' . $site_version_no;
    ?>
	      		</p> 
      		</div> <!-- end .footer-left -->
	      	<div class="gslogo" >
		      	<a href="http://get-simple.info/" target="_blank" ><img src="template/images/getsimple_logo.gif" alt="GetSimple Content Management System" /></a>
		    </div>
	      	<div class="clear"></div>
	      	<?php 
    get_scripts_backend(TRUE);
    exec_action('footer');
}
?>

		</div><!-- end #footer -->
		<?php 
if (!isAuthPage()) {
    if (isDebug()) {
        global $GS_debug;
        echo '<h2>' . i18n_r('DEBUG_CONSOLE') . '</h2><div id="gsdebug">';
        echo '<pre>';
        foreach ($GS_debug as $log) {
            if (is_array($log)) {
                print_r($log) . '<br/>';
            } else {
Esempio n. 2
0
        // wipe the ckeditor shim, so it does not interfere with the real one
        if(typeof CKEDITOR !== 'undefined'){
            if(CKEDITOR.SHIM == true) CKEDITOR = null;
        }

       <?php 
if (get_filename_id() == 'snippets') {
    echo "htmlEditorConfig.height = '130px';";
}
?>

    </script>

	<?php 
// load scripts after globals set
get_scripts_backend();
?>
    <script type="text/javascript">
		jQuery(document).ready(function () {
			// disable page editing during safemode
	       	$('body#edit.safemode :input').prop("disabled", true);
	    });
    </script>

    <?php 
# Plugin hook to allow insertion of stuff into the header
if (!isAuthPage()) {
    exec_action('header');
}
// @hook header backend before html head closes
?>
Esempio n. 3
0
    ?>
 <a href="http://get-simple.info/" target="_blank" >GetSimple CMS</a>
                <?php 
    echo '&ndash;' . i18n_r('VERSION') . ' ' . $site_version_no;
    ?>
            </p> 
        </div> <!-- end .footer-left -->
        <div class="gslogo" >
            <a href="<?php 
    echo $site_link_back_url;
    ?>
" target="_blank" ><img src="template/images/getsimple_logo.gif" alt="GetSimple Content Management System" /></a>
        </div>
        <div class="clear"></div>
        <?php 
    get_scripts_backend(true);
    exec_action('footer');
}
?>

        </div><!-- end #footer -->
        <?php 
if (!isAuthPage()) {
    if (isDebug()) {
        outputDebugLog();
    }
}
?>
    </div><!-- end .wrapper -->

<?php