fixed iphone view

This commit is contained in:
Claude 2013-06-20 07:45:34 +02:00
parent 208c5cc0b5
commit 2ab968b2aa

View File

@ -1,4 +1,4 @@
<?php $this->load->view('iphone/header.php'); ?>
<?php $this->load->view('iphone/header'); ?>
<?php if(!empty($pastes)){
function checkNum($num){
return ($num%2) ? TRUE : FALSE;
@ -25,4 +25,4 @@
<?php }?>
<?php $this->load->view('iphone/footer.php'); ?>
<?php $this->load->view('iphone/footer'); ?>