mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Renamed the partial directory
This commit is contained in:
parent
ba6e8bc8d6
commit
14017a49f5
3 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function render_timezone_dropdown($attributes = '')
|
||||||
|
|
||||||
$timezones = $CI->timezones->to_grouped_array();
|
$timezones = $CI->timezones->to_grouped_array();
|
||||||
|
|
||||||
return $CI->load->view('partial/timezone_dropdown', [
|
return $CI->load->view('partials/timezone_dropdown', [
|
||||||
'timezones' => $timezones,
|
'timezones' => $timezones,
|
||||||
'attributes' => $attributes
|
'attributes' => $attributes
|
||||||
], TRUE);
|
], TRUE);
|
||||||
|
|
Loading…
Reference in a new issue