Commit b62c8963 by Jansa Jose

change dr

parent 259ca3ce
......@@ -152,7 +152,7 @@
<img src="<?php echo base_url();echo $doctor_data['dr_pic'];?>">
</div>
<div class="ip_profile_tab_name">
<h3>Dr. <?php echo $this->encrypt->decode($doctor_data['dr_name']); ?></h3>
<h3>Dr. <?php echo $doctor_data['dr_name']; ?></h3>
</div>
<div class="ip_profile_tab_button">
......@@ -174,7 +174,7 @@
<img src="<?php echo base_url();echo $doctor_data['dr_pic'];?>">
</div>
<div class="ip_profile_tab_name">
<h3>Dr. <?php echo $this->encrypt->decode($doctor_data['dr_name']); ?></h3>
<h3>Dr. <?php echo $doctor_data['dr_name']; ?></h3>
</div>
<div class="ip_profile_tab_button">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment