Server IP : 162.241.126.129 / Your IP : 3.144.242.20 Web Server : Apache System : Linux 162-241-126-129.cprapid.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64 User : rvway5nu4 ( 1018) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/rvway5nu4/www/page_content/us/common/ |
Upload File : |
<style> .goog-te-banner-frame.skiptranslate { display: none !important; } body { top: 0px !important; } .translated-rtl{ direction: rtl; } .translated-ltr{ direction: ltr; } </style> <?php $txt_sale_your_rv = 'Sale Your RV'; $txt_rv_product_page = 'RV Product Page'; $sql = "SELECT * FROM tbl_setting WHERE i_settingID = '1' "; $result=$db->query($sql); if($result->num_rows) { $row = $result->row; $txt_sale_your_rv = $row['txt_sale_your_rv']; $txt_rv_product_page = $row['txt_rv_product_page']; $v_phone_number = $row['v_phone_number']; $v_phone_number1 = $row['v_phone_number1']; $v_address = $row['v_address']; } ?> <?php $page_name = basename($_SERVER['PHP_SELF']); ?> <?php //echo "page_name =".$page_name; ?> <?php $ar = "ar_"; ?> <?php $page_name = basename($_SERVER['PHP_SELF']); ?> <?php $en = "https://rvway.net"; ?> <div class="container clearfix"> <div class="logo-box float-left"> <a href="index.php"> <img src="<?php echo $SITE_URL; ?>/img/logo-light.png" alt=""> </a> </div><!-- /.logo-box --> <div class="float-right right-contact-block"> <div class="single-right-contact"> <div class="icon-block"> <i class="carevan-icon-placeholder" id="vaddressmap" ></i><!-- /.Carivon-icon-placeholder --> </div><!-- /.icon-block --> <div class="text-block"> <p><?php echo $v_address; ?></p> </div><!-- /.text-block --> </div><!-- /.single-right-contact --> <div class="single-right-contact"> <div class="icon-block"> <a href="tel:<?php echo $v_phone_number; ?>"><i class="carevan-icon-phone-call"></i></a> </div><!-- /.icon-block --> <div class="text-block"> <p><span><a href="tel:<?php echo $v_phone_number; ?>"><?php echo $v_phone_number; ?></a></span> <?php if( $v_phone_number != '' ) { ?> <span><a href="tel:<?php echo $v_phone_number1; ?>"><?php echo $v_phone_number1; ?></a></span> <?php } ?> Phone line </p> </div><!-- /.text-block --> </div><!-- /.single-right-contact --> <div class="single-right-contact"> <div class="text-block"> <a href="ar_index.php" id="Arabic"> <img src="<?php echo $SITE_URL; ?>/img/arabic_sign.png" alt="Arabic" style="width:20px; height:20px;"/></a> <a href="index.php" id="English"> <img src="<?php echo $SITE_URL; ?>/img/english_sign.png" alt="English" style="width:20px; height:20px;" /></a> </div><!-- /.text-block --> </div><!-- /.single-right-contact --> <div class="single-right-contact"> <a href="https://rvway.net/cust_sale_itemadd.php" class="header-btn"><?php echo $txt_sale_your_rv; ?></a><!-- /.header-btn --> </div><!-- /.single-right-contact --> </div><!-- /.float-right --> </div><!-- /.container -->