Advertisement
Konark

Untitled

Apr 10th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.58 KB | None | 0 0
  1. if ($cmsmasters_option['el-colegio' . '_header_top_line_short_info'] !== '') {
  2.                     echo '<div class="header_top_meta '. (($cmsmasters_option['el-colegio' . '_header_top_line_add_cont'] == 'social' &&
  3.                     isset($cmsmasters_option['el-colegio' . '_social_icons'])) || ($cmsmasters_option['el-colegio' . '_header_top_line_add_cont'] == 'nav' &&
  4.                     has_nav_menu('top_line')) ? '' : 'cmsmasters_no_soc_nav') .'">' .
  5.                         '<div class="meta_wrap">' .
  6.                             stripslashes($cmsmasters_option['el-colegio' . '_header_top_line_short_info']) .
  7.                         '</div>' .
  8.                     '</div>';
  9.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement