Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
swarzesherz committed Jan 28, 2015
1 parent be59539 commit e093c36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions ci/application/controllers/frecuencias.php
Original file line number Diff line number Diff line change
Expand Up @@ -1428,13 +1428,13 @@ private function _renderFrecuency($args, $data){
$data['page_title'] = $data['main']['page_title'];
$this->template->set_partial('view_js', 'frecuencias/header', $data['header'], TRUE);
$this->template->css('css/jquery-ui.min.css');
$this->template->css('js/pqgrid/pqgrid.dev.css');
$this->template->css('js/pqgrid/themes/Office/pqgrid.css');
$this->template->css('assets/js/pqgrid/pqgrid.dev.css');
$this->template->css('assets/js/pqgrid/themes/Office/pqgrid.css');
$this->template->css('css/jquery.contextMenu.css');
$this->template->css('js/prettify/prettify.sunburst.css');
$this->template->js('js/jquery-ui.min.js');
$this->template->js('js/pqgrid/pqgrid.dev.js');
$this->template->js('js/pqgrid/localize/pq-localize-es.js');
$this->template->js('assets/js/pqgrid/pqgrid.dev.js');
$this->template->js('assets/js/pqgrid/localize/pq-localize-es.js');
$this->template->js('js/jquery.contextMenu.js');
$this->template->js('js/prettify/prettify.js');
$this->template->title($data['header']['title']);
Expand Down
12 changes: 6 additions & 6 deletions ci/application/views/layouts/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<link rel="stylesheet" href="{base_url('css/jquery-ui.min.css')}" type="text/css" />
<link rel="stylesheet" href="{base_url('assets/css/academicons.css')}" type="text/css" />
<link rel="stylesheet" href="{base_url('assets/css/font-awesome.min.css')}" type="text/css" />
<link rel="stylesheet" href="{base_url('js/pnotify/jquery.pnotify.default.css')}" type="text/css" />
<link rel="stylesheet" href="{base_url('js/select2/select2.css')}" />
<link rel="stylesheet" href="{base_url('js/select2/select2-bootstrap.css')}" />
<link rel="stylesheet" href="{base_url('assets/js/pnotify/jquery.pnotify.default.css')}" type="text/css" />
<link rel="stylesheet" href="{base_url('assets/js/select2/select2.css')}" />
<link rel="stylesheet" href="{base_url('assets/js/select2/select2-bootstrap.css')}" />
{if $canonical}
<link rel="canonical" href="{$canonical}" />
{/if}
Expand Down Expand Up @@ -233,10 +233,10 @@
<script src="{base_url('js/jquery-ui.min.js')}"></script>
<script src="{base_url('js/jquery.autosize.min.js')}"></script>
<script src="{base_url('js/jquery.validate.min.js')}"></script>
<script src="{base_url('js/pnotify/jquery.pnotify.min.js')}"></script>
<script src="{base_url('js/select2/select2.js')}"></script>
<script src="{base_url('assets/js/pnotify/jquery.pnotify.min.js')}"></script>
<script src="{base_url('assets/js/select2/select2.js')}"></script>
<script src="{base_url('js/jquery.blockUI.js')}"></script>
<script src="{base_url('js/advancedsearch/js/evol.advancedSearch.min.js')}"></script>
<script src="{base_url('assets/js/advancedsearch/js/evol.advancedSearch.min.js')}"></script>
{foreach $template.js file}
<script src="{$file}"></script>
{/foreach}
Expand Down

0 comments on commit e093c36

Please sign in to comment.