| 21 |
<div id="header_logo"> |
<div id="header_logo"> |
| 22 |
<a href="<?php print $base_path ?>"> |
<a href="<?php print $base_path ?>"> |
| 23 |
<?php if ($logo != ""): ?><img src="<?php print check_url($logo) ?>" alt="<?php print $site_name ?> logo" id="logo" /><?php endif; ?> |
<?php if ($logo != ""): ?><img src="<?php print check_url($logo) ?>" alt="<?php print $site_name ?> logo" id="logo" /><?php endif; ?> |
| 24 |
<?php if ($fblike_picto_title && $fblike_picto_title_logo_slogan): ?><img src="<?php print $base_path ?>themes/fblike/images/picto-title.php?text=<?php print urlencode($site_name) ?>&font=<?php print urlencode($fblike_picto_title_logo_font) ?>&mode=logo" alt="<?php print($site_name) ?>" id="logo" /><h1 style="display:none;"><?php print($site_name) ?></h1><?php else: ?><h1><?php print($site_name) ?></h1><?php endif; ?> |
<?php if ($fblike_picto_title && $fblike_picto_title_logo_slogan): ?><img src="<?php print $base_path ?>sites/all/themes/fblike/images/picto-title.php?text=<?php print urlencode($site_name) ?>&font=<?php print urlencode($fblike_picto_title_logo_font) ?>&mode=logo" alt="<?php print($site_name) ?>" id="logo" /><h1 style="display:none;"><?php print($site_name) ?></h1><?php else: ?><h1><?php print($site_name) ?></h1><?php endif; ?> |
| 25 |
<?php if ($site_slogan != ""): ?><?php if ($fblike_picto_title && $fblike_picto_title_logo_slogan): ?><img src="<?php print $base_path ?>themes/fblike/images/picto-title.php?text=<?php print urlencode($site_slogan) ?>&font=<?php print urlencode($fblike_picto_title_slogan_font) ?>&mode=slogan" alt="<?php print($site_slogan) ?>" id="slogan" /><h2 style="display:none;"><?php print($site_slogan) ?></h2><?php else: ?><h2><?php print($site_slogan) ?></h2><?php endif; ?><?php endif; ?> |
<?php if ($site_slogan != ""): ?><?php if ($fblike_picto_title && $fblike_picto_title_logo_slogan): ?><img src="<?php print $base_path ?>sites/all/themes/fblike/images/picto-title.php?text=<?php print urlencode($site_slogan) ?>&font=<?php print urlencode($fblike_picto_title_slogan_font) ?>&mode=slogan" alt="<?php print($site_slogan) ?>" id="slogan" /><h2 style="display:none;"><?php print($site_slogan) ?></h2><?php else: ?><h2><?php print($site_slogan) ?></h2><?php endif; ?><?php endif; ?> |
| 26 |
</a> |
</a> |
| 27 |
</div> |
</div> |
| 28 |
<?php endif; ?> |
<?php endif; ?> |
| 41 |
<div class="middle-container clearfix"> |
<div class="middle-container clearfix"> |
| 42 |
<div class="content_header"> |
<div class="content_header"> |
| 43 |
<div class="header_image"> |
<div class="header_image"> |
| 44 |
<?php if ($fblike_picto_title && $fblike_picto_title_title): ?><img src="<?php print $base_path ?>themes/fblike/images/picto-title.php?text=<?php if ($title!="") print urlencode($title); else print urlencode($site_name); ?>&font=<?php print urlencode($fblike_picto_title_title_font) ?>&mode=title" alt="<?php if ($title!="") print $title; else print $site_name; ?>" id="title" /><h1 style="display:none;"><?php if ($title!="") print $title; else print $site_name; ?></h1><?php else: ?><h1><?php if ($title!="") print $title; else print $site_name; ?></h1><?php endif; ?> |
<?php if ($fblike_picto_title && $fblike_picto_title_title): ?><img src="<?php print $base_path ?>sites/all/themes/fblike/images/picto-title.php?text=<?php if ($title!="") print urlencode($title); else print urlencode($site_name); ?>&font=<?php print urlencode($fblike_picto_title_title_font) ?>&mode=title" alt="<?php if ($title!="") print $title; else print $site_name; ?>" id="title" /><h1 style="display:none;"><?php if ($title!="") print $title; else print $site_name; ?></h1><?php else: ?><h1><?php if ($title!="") print $title; else print $site_name; ?></h1><?php endif; ?> |
| 45 |
</div> |
</div> |
| 46 |
<?php if ($search_box != ""): ?><div class="search_box"><?php print $search_box ?></div><?php endif; ?> |
<?php if ($search_box != ""): ?><div class="search_box"><?php print $search_box ?></div><?php endif; ?> |
| 47 |
</div> |
</div> |