<?php

/**
 * @file
 * Bartik's theme implementation to display a single Drupal page.
 *
**/
global $base_url;
global $language;
$current_node = translation_node_get($node->nid);
$fp_node = translation_node_get(2);
?>

<!-- start Gallery -->
<div class="Album_photo_back">
  <div class="container">
    <div class="col-lg-9 col-md-9 col-sm-9 Album_photo">
      <h2><?php 
echo $current_node->field_yellow_bg_title['und'][0]['value'];
?>
</h2>
      <?php 
echo $current_node->field_yellow_bg_text['und'][0]['safe_value'];
?>
    </div>
    <div class="col-lg-3 col-sm-3 col-md-3">
      <img src="<?php 
echo file_create_url($current_node->field_yellow_bg_heading['und'][0]['uri']);
?>
" alt="<?php 
echo $current_node->field_yellow_bg_heading['und'][0]['alt'];
<?php 
/**
 * @file
 * Bartik's theme implementation to display a single Drupal page.
 *
**/
global $base_url;
$current_node = translation_node_get(33);
?>
<style type="text/css">
.content > .col-lg-12.padding_none > .col-lg-6.col-sm-6.padding_none.img img {
    height: 482px;
    width: 100%;
}
.content > .col-lg-12.padding_none > .col-lg-3.col-sm-3.col-xs-6.padding_none.img img {
    height: 241px;
    width: 100%;
}
.col-lg-12 > .col-lg-6.col-sm-6.padding_none > .col-lg-6.col-sm-6.col-xs-6.padding_none.img img {
    height: 241px;
    width: 100%;
}
</style>
<!-- start Gallery -->
<div class="Album_photo_back">
  <div class="container">
    <div class="col-lg-7 col-sm-7 Album_photo">
      <h2><?php 
echo $current_node->title;
?>
</h2>
Esempio n. 3
0
?>
/images/masaya-hostels-tripadvisor.png" alt="" />
                   <img width="152px" height="142px" src="<?php 
echo $base_url . '/' . path_to_theme();
?>
/images/footer_img2.png" alt="" />
               </div>
               
            </div>
        </div>
<?php 
$field_footer_copyright_text = field_extract_value('node', translation_node_get(2), 'field_footer_copyright_text');
$field_footer_text_2 = field_extract_value('node', translation_node_get(2), 'field_footer_text_2');
$field_footer_text_3 = field_extract_value('node', translation_node_get(2), 'field_footer_text_3');
$field_footer_link_2 = field_extract_value('node', translation_node_get(2), 'field_footer_link_2');
$field_footer_link_3 = field_extract_value('node', translation_node_get(2), 'field_footer_link_3');
?>
        <div class="copy_rightcon text-center">
          <p>&copy; <?php 
echo $field_footer_copyright_text;
?>
</p>
          <p><a href="<?php 
echo $field_footer_link_2;
?>
"><?php 
echo $field_footer_text_2;
?>
</a></p>
            <p><a href="<?php 
echo $field_footer_link_3;