mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
set the correct URL
This commit is contained in:
@@ -93,7 +93,7 @@ class Widgets extends CI_Controller {
|
||||
return;
|
||||
}
|
||||
$data['userid'] = $this->publicsearch->get_userid_for_slug($data['slug']);
|
||||
$data['logo_url'] = base_url() . 'index.php/visitor/' . $data['slug'];
|
||||
$data['logo_url'] = site_url('visitor') . '/' . $data['slug'];
|
||||
|
||||
$theme = $this->input->get('theme', TRUE);
|
||||
if ($theme != null) {
|
||||
|
||||
Reference in New Issue
Block a user