修改url链接

master
cyc 7 years ago
parent 65329c6ead
commit 8eb1a8de43

@ -6,7 +6,7 @@ class ajax extends CI_Controller {
//ajax 获取信息页面底部tailorshort
public function footerTailorShort(){
$html = '<div class="textBlock">Overwhelmed by thousands of trip ideas and tours? <br />Contact one of our travel advisors for help! <span><a href="/create-my-trip.htm">Help Me Plan Now <i class="fa fa-angle-right" aria-hidden="true"></i></a></span> </div>';
$html = '<div class="textBlock">Overwhelmed by thousands of trip ideas and tours? <br />Contact one of our travel advisors for help! <span><a href="/orders/triprequest.htm">Help Me Plan Now <i class="fa fa-angle-right" aria-hidden="true"></i></a></span> </div>';
echo $html;
}

Loading…
Cancel
Save