Advertisement
MastroPino

Untitled

Jul 20th, 2021
1,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.13 KB | None | 0 0
  1. <div class="c-price--site" style="<?php echo (getSafe($data, 'advCode') == 48000) ? 'display:none' : '' ?>">costacrociere.it</div>
  2.                  
  3.                   <table class="dati_agenzia o-adv-data" style="<?php echo (getSafe($data, 'advCode') == 48000) ? 'display:none' : '' ?>">
  4.                     <tbody>
  5.                       <tr>
  6.                         <td>
  7.                           <div class="o-adv-data__placeholder"
  8.                            id="editable_adv_message">
  9.                             <?php echo getSafe($data, 'advMessage',searchLabel(__FILE__, "#posters_wait")); ?>
  10.                           </div>
  11.                         </td>
  12.                       </tr>
  13.                       <tr>
  14.                         <td>
  15.                           <p class="o-adv-data__address">
  16.                             <strong>
  17.                                 <span id="container_advAddress"><?php echo getSafe($data, 'advData'); ?></span>
  18.                             </strong>
  19.                           </p>
  20.                         </td>
  21.                       </tr>
  22.                     </tbody>
  23.                   </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement