Example #1
0
function get_css_files()
{
    $CI =& get_instance();
    $return = array(array('path' => 'css/bootstrap-3.min.css', 'media' => 'all'), array('path' => 'css/jquery.gritter.css', 'media' => 'all'), array('path' => 'css/jquery-ui.css', 'media' => 'all'), array('path' => 'css/unicorn.css', 'media' => 'all'), array('path' => 'css/custom.css', 'media' => 'all'), array('path' => 'css/datepicker.css', 'media' => 'all'), array('path' => 'css/bootstrap-select.css', 'media' => 'all'), array('path' => 'css/select2.css', 'media' => 'all'), array('path' => 'css/font-awesome.min.css', 'media' => 'all'), array('path' => 'css/jquery.loadmask.css', 'media' => 'all'), array('path' => 'css/token-input-facebook.css', 'media' => 'all'), array('path' => 'css/KeyTips.min.css', 'media' => 'all'), array('path' => 'dpicker/jquery.datetimepicker.css', 'media' => 'all'));
    if (is_rtl_lang()) {
        $return[] = array('path' => 'css/rtl.css', 'media' => 'all');
    }
    return $return;
}
Example #2
0
	<link rel="stylesheet" rev="stylesheet" href="<?php 
echo base_url();
?>
css/unicorn-login.css?<?php 
echo APPLICATION_VERSION;
?>
" />
	<link rel="stylesheet" rev="stylesheet" href="<?php 
echo base_url();
?>
css/unicorn-login-custom.css?<?php 
echo APPLICATION_VERSION;
?>
" />
        <?php 
if (is_rtl_lang()) {
    ?>
        <link rel="stylesheet" rev="stylesheet" href="<?php 
    echo base_url();
    ?>
css/rtl.css?<?php 
    echo APPLICATION_VERSION;
    ?>
" />
        <?php 
}
?>
	<script src="<?php 
echo base_url();
?>
js/jquery.min.js?<?php 
Example #3
0
?>
	
	</table>
	<div style="margin: 20px auto;<?php 
echo is_rtl_lang() ? 'text-align: right;' : 'text-align: left;';
?>
">
	    <?php 
if (isset($show_comment_on_receipt) && $show_comment_on_receipt == 1) {
    ?>
		
			<?php 
    echo lang('common_comments') . ": " . $comment;
    ?>
	    <?php 
}
?>
	</div>

	<div id="sale_return_policy" style="<?php 
echo is_rtl_lang() ? 'text-align:left' : '';
?>
">
	<?php 
echo nl2br($this->config->item('return_policy'));
?>
	</div>
</div>
</body>
</html>