mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
bug in geocities theme
This commit is contained in:
parent
92b2d8e506
commit
7a5a1fac3f
@ -6,19 +6,19 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="<?php echo base_url(); ?>themes/bootstrap/images/webtrips.gif">
|
||||
<img src="<?php echo base_url(); ?>themes/geocities/images/webtrips.gif">
|
||||
</td>
|
||||
<td>
|
||||
<img src="<?php echo base_url(); ?>themes/bootstrap/images/geocities.jpg">
|
||||
<img src="<?php echo base_url(); ?>themes/geocities/images/geocities.jpg">
|
||||
</td>
|
||||
<td>
|
||||
<img src="<?php echo base_url(); ?>themes/bootstrap/images/notepad.gif">
|
||||
<img src="<?php echo base_url(); ?>themes/geocities/images/notepad.gif">
|
||||
</td>
|
||||
<td>
|
||||
<img src="<?php echo base_url(); ?>themes/bootstrap/images/ie_logo.gif">
|
||||
<img src="<?php echo base_url(); ?>themes/geocities/images/ie_logo.gif">
|
||||
</td>
|
||||
<td>
|
||||
<img src="<?php echo base_url(); ?>themes/bootstrap/images/ns_logo.gif">
|
||||
<img src="<?php echo base_url(); ?>themes/geocities/images/ns_logo.gif">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -15,8 +15,8 @@ $page_title .= $this->config->item('site_name');
|
||||
|
||||
//Carabiner
|
||||
$this->carabiner->config(array(
|
||||
'script_dir' => 'themes/bootstrap/js/',
|
||||
'style_dir' => 'themes/bootstrap/css/',
|
||||
'script_dir' => 'themes/geocities/js/',
|
||||
'style_dir' => 'themes/geocities/css/',
|
||||
'cache_dir' => 'static/asset/',
|
||||
'base_uri' => base_url(),
|
||||
'combine' => true,
|
||||
@ -48,7 +48,7 @@ $this->carabiner->display('css');
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand title" href="<?php echo base_url(); ?>"><img style="padding-right: 5px;" src="<?php echo base_url(); ?>themes/bootstrap/images/7upspot.gif" alt="" /><?php echo $this->config->item('site_name'); ?></a>
|
||||
<a class="brand title" href="<?php echo base_url(); ?>"><img style="padding-right: 5px;" src="<?php echo base_url(); ?>themes/geocities/images/7upspot.gif" alt="" /><?php echo $this->config->item('site_name'); ?></a>
|
||||
<div class="nav-collapse">
|
||||
<ul style="margin-top: 5px;" class="nav">
|
||||
<?php $l = $this->uri->segment(1)?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user