mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Replaced hard-coded url with site_url method.
This commit is contained in:
parent
29effc24bf
commit
79a77401d0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
echo '
|
echo '
|
||||||
<h3>' . $this->lang->line('appointment_registered') . '</h3>
|
<h3>' . $this->lang->line('appointment_registered') . '</h3>
|
||||||
<p>' . $this->lang->line('appointment_details_was_sent_to_you') . '</p>
|
<p>' . $this->lang->line('appointment_details_was_sent_to_you') . '</p>
|
||||||
<a href="'.$this->config->item('base_url').'" class="btn btn-success btn-large">
|
<a href="' . site_url() . '" class="btn btn-success btn-large">
|
||||||
<span class="glyphicon glyphicon-calendar"></span>' .
|
<span class="glyphicon glyphicon-calendar"></span>' .
|
||||||
$this->lang->line('go_to_booking_page') . '
|
$this->lang->line('go_to_booking_page') . '
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue