mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
fixed iphone view
This commit is contained in:
parent
208c5cc0b5
commit
2ab968b2aa
@ -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'); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user