Server IP : 14.241.111.210 / Your IP : 3.22.209.115 Web Server : Apache System : Linux localhost.localdomain 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 x86_64 User : www ( 1001) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/taxixuanthanhninhbinh.com.vn/wp-content/taxi.theme/ |
Upload File : |
<?php $anh_xe_1 = get_theme_mod('anh_xe_1'); $ten_xe_1 = get_theme_mod('ten_xe_1'); $ghe_xe_1 = get_theme_mod('ghe_xe_1'); $cuoc_xe_1 = get_theme_mod('cuoc_xe_1'); $anh_xe_2 = get_theme_mod('anh_xe_2'); $ten_xe_2 = get_theme_mod('ten_xe_2'); $ghe_xe_2 = get_theme_mod('ghe_xe_2'); $cuoc_xe_2 = get_theme_mod('cuoc_xe_2'); $anh_xe_3 = get_theme_mod('anh_xe_3'); $ten_xe_3 = get_theme_mod('ten_xe_3'); $ghe_xe_3 = get_theme_mod('ghe_xe_3'); $cuoc_xe_3 = get_theme_mod('cuoc_xe_3'); $anh_xe_4 = get_theme_mod('anh_xe_4'); $ten_xe_4 = get_theme_mod('ten_xe_4'); $ghe_xe_4 = get_theme_mod('ghe_xe_4'); $cuoc_xe_4 = get_theme_mod('cuoc_xe_4'); $hotline = get_theme_mod('hotline'); $linkhotline = preg_replace('/[^0-9]/', '', $hotline); ?> <div class="flex"> <div class="item"> <?php echo '<img src="'.$anh_xe_1.'" alt="'.$ten_xe_1.'" />'; ?> <div class="content"> <h3><?php echo $ten_xe_1; ?></h3> <p>Ghế ngồi: <span><?php echo $ghe_xe_1; ?></span></p> <p>Đơn giá: <span><?php echo number_format($cuoc_xe_1); ?>/km</span></p> <a class="btn" href="tel:<?php echo $linkhotline; ?>">Gọi ngay</a> </div> </div> <div class="item"> <?php echo '<img src="'.$anh_xe_2.'" alt="'.$ten_xe_2.'" />'; ?> <div class="content"> <h3><?php echo $ten_xe_2; ?></h3> <p>Ghế ngồi: <span><?php echo $ghe_xe_2; ?></span></p> <p>Đơn giá: <span><?php echo number_format($cuoc_xe_2); ?>/km</span></p> <a class="btn" href="tel:<?php echo $linkhotline; ?>">Gọi ngay</a> </div> </div> <div class="item"> <?php echo '<img src="'.$anh_xe_3.'" alt="'.$ten_xe_3.'" />'; ?> <div class="content"> <h3><?php echo $ten_xe_3; ?></h3> <p>Ghế ngồi: <span><?php echo $ghe_xe_3; ?></span></p> <p>Đơn giá: <span><?php echo number_format($cuoc_xe_3); ?>/km</span></p> <a class="btn" href="tel:<?php echo $linkhotline; ?>">Gọi ngay</a> </div> </div> <div class="item"> <?php echo '<img src="'.$anh_xe_4.'" alt="'.$ten_xe_4.'" />'; ?> <div class="content"> <h3><?php echo $ten_xe_4; ?></h3> <p>Ghế ngồi: <span><?php echo $ghe_xe_1; ?></span></p> <p>Đơn giá: <span><?php echo number_format($cuoc_xe_4); ?>/km</span></p> <a class="btn" href="tel:<?php echo $linkhotline; ?>">Gọi ngay</a> </div> </div> </div>