</div>

    <!-- Placed at the end of the document so the pages load faster -->
    <?php 
Casset::js('jquery.zclip.min.js');
Casset::js('bootstrap.min.js');
Casset::js('sortable.js');
Casset::js('jquery-ui-1.10.3.custom.min.js');
Casset::js('bootstrap-switch.min.js');
Casset::js('base.js');
if (Uri::Current() === Uri::Base() && isset($image_js) === true) {
    Casset::add_path('image', APPPATH . 'modules/image/');
    Casset::js('image::image.js');
}
Casset::js('jquery.colorbox-min.js');
echo Casset::render_js();
?>
    <script>
        var text_input = document.getElementById ('urlbox');
 
        if (text_input != null)
        {
           text_input.focus ();
           text_input.select ();
        }
        
        var max_file_size = <?php 
echo min($max_upload, $max_post);
?>
;
        
Example #2
0
        ?>
</span>
							<?php 
    }
    ?>
						</h1>
					<?php 
}
?>
					
					<?php 
echo View_Helper::alerts();
?>
					
					<?php 
echo $content;
?>
				</div>
			</div>
		</div>
		
		<footer></footer>
	</div>
	
	<?php 
echo Casset::render_js('base');
echo Casset::render_js('page');
?>
</body>
</html>