mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
bug in geocities theme
This commit is contained in:
parent
92b2d8e506
commit
7a5a1fac3f
@ -6,19 +6,19 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<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>
|
||||||
<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>
|
||||||
<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>
|
||||||
<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>
|
||||||
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -15,8 +15,8 @@ $page_title .= $this->config->item('site_name');
|
|||||||
|
|
||||||
//Carabiner
|
//Carabiner
|
||||||
$this->carabiner->config(array(
|
$this->carabiner->config(array(
|
||||||
'script_dir' => 'themes/bootstrap/js/',
|
'script_dir' => 'themes/geocities/js/',
|
||||||
'style_dir' => 'themes/bootstrap/css/',
|
'style_dir' => 'themes/geocities/css/',
|
||||||
'cache_dir' => 'static/asset/',
|
'cache_dir' => 'static/asset/',
|
||||||
'base_uri' => base_url(),
|
'base_uri' => base_url(),
|
||||||
'combine' => true,
|
'combine' => true,
|
||||||
@ -48,7 +48,7 @@ $this->carabiner->display('css');
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</a>
|
</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">
|
<div class="nav-collapse">
|
||||||
<ul style="margin-top: 5px;" class="nav">
|
<ul style="margin-top: 5px;" class="nav">
|
||||||
<?php $l = $this->uri->segment(1)?>
|
<?php $l = $this->uri->segment(1)?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user