Пример #1
0
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
        <script src="<?= public_backend_url(); ?>components/js/html5shiv.js"></script>
        <script src="<?= public_backend_url(); ?>components/js/respond.min.js"></script>
    <![endif]-->

    <!-- end: MAIN CSS -->

    <!-- start: CSS REQUIRED FOR THIS PAGE ONLY -->
        <?php
            if(isset($styles) && count($styles) > 0)
            {
                foreach($styles['href'] as $style_href)
                {
                    ?>
                    <link rel="stylesheet" href="<?= public_backend_url(); ?><?= $style_href; ?>" type="text/css" />
                    <?php
                }
            }
        ?>
    <!-- end: CSS REQUIRED FOR THIS PAGE ONLY -->
</head>

    <body class="<?php echo (isset($body_class) && $body_class !='' ? $body_class : ''); ?>">
            <?php
            if($this->ion_auth->logged_in())
            {
                ?>
                <div id="wrapper">
                    <?php $this->load->view( BACKEND . '/common/top'); ?>
                <div id="page-wrapper" style="min-height: 389px;">
Пример #2
0
		    <!-- Custom Theme JavaScript -->
		    <script src="<?= public_backend_url(); ?>js/walart_main.js"></script>
		<!-- end: MAIN JAVASCRIPTS -->

		<script type="text/javascript">
			var base_url = "<?= base_url(); ?>";
		</script>

		<!-- start: SCRIPTS REQUIRED FOR THIS PAGE ONLY -->
		<?php
			if(isset($scripts) && count($scripts) > 0)
			{
				foreach($scripts['src'] as $script_src)
				{
					?>
					<script type="text/javascript" src="<?= public_backend_url(); ?><?= $script_src; ?>"></script>
					<?php
				}
			}
		?>
		<!-- end: SCRIPTS REQUIRED FOR THIS PAGE ONLY -->
		<?php
		if(file_exists(APPPATH . 'vardefs/' . 'simbanic' . '/script.php'))
        {
            require_once(APPPATH . 'vardefs/' . 'simbanic' . '/script.php');
        }
        ?>
        <?php 
		if(!$this->ion_auth->is_admin())
		{
			?>