/[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.4, Thu Nov 15 22:53:44 2007 UTC revision 1.5, Mon Nov 19 22:46:16 2007 UTC
# Line 21  $fblike_picto_title_title_font = theme_g Line 21  $fblike_picto_title_title_font = theme_g
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) ?>&amp;font=<?php print urlencode($fblike_picto_title_logo_font) ?>&amp;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) ?>&amp;font=<?php print urlencode($fblike_picto_title_logo_font) ?>&amp;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) ?>&amp;font=<?php print urlencode($fblike_picto_title_slogan_font) ?>&amp;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) ?>&amp;font=<?php print urlencode($fblike_picto_title_slogan_font) ?>&amp;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; ?>
# Line 41  $fblike_picto_title_title_font = theme_g Line 41  $fblike_picto_title_title_font = theme_g
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); ?>&amp;font=<?php print urlencode($fblike_picto_title_title_font) ?>&amp;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); ?>&amp;font=<?php print urlencode($fblike_picto_title_title_font) ?>&amp;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>

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

  ViewVC Help
Powered by ViewVC 1.1.2