/[drupal]/contributions/themes/fblike/page.tpl.php
ViewVC logotype

Diff of /contributions/themes/fblike/page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5, Mon Nov 19 22:46:16 2007 UTC revision 1.6, Tue Jan 1 22:48:50 2008 UTC
# Line 17  $fblike_picto_title_title_font = theme_g Line 17  $fblike_picto_title_title_font = theme_g
17    
18  <body>  <body>
19    <div id="header_bar">    <div id="header_bar">
20      <?php if ($site_name) : ?>      <?php if ($site_name || $logo || $site_slogan) : ?>
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; ?>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2