mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
bugfix iphone view
This commit is contained in:
parent
d65e23ccf3
commit
1cb8241743
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
|
||||
<title>Stikked - iPhone</title>
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>static/styles/iphone.css" type="text/css" media="screen" title="iphone stylesheet" charset="utf-8" />
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>themes/default/css/iphone.css" type="text/css" media="screen" title="iphone stylesheet" charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
|
@ -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