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

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

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

revision 1.3, Mon Sep 8 23:14:39 2008 UTC revision 1.3.2.1, Mon Sep 8 23:52:14 2008 UTC
# Line 2  Line 2 
2  // $Id$  // $Id$
3  ?>  ?>
4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5  <html xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
6  <head>  <head>
7    <title><?php print $head_title ?></title>    <title><?php print $head_title ?></title>
8    <?php print $head ?>    <?php print $head ?>
# Line 114  Line 114 
114            <?php if (theme_get_setting('newsflash_themelogo')) { ?>            <?php if (theme_get_setting('newsflash_themelogo')) { ?>
115              <?php $logo_path = base_path() . path_to_theme() ."/images/". get_newsflash_style() ."/logo.png"; ?>              <?php $logo_path = base_path() . path_to_theme() ."/images/". get_newsflash_style() ."/logo.png"; ?>
116              <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"> <img src="<?php print $logo_path; ?>" alt="<?php print t('Home'); ?>" id="logo" /> </a>              <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"> <img src="<?php print $logo_path; ?>" alt="<?php print t('Home'); ?>" id="logo" /> </a>
117            <?php }            <?php }
118            else { ?>            else { ?>
119              <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"> <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo" /> </a>              <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"> <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo" /> </a>
120            <?php } ?>            <?php } ?>
# Line 151  Line 151 
151      <?php      <?php
152        $section1count = 0;        $section1count = 0;
153        if ($user1) {        if ($user1) {
154          $section1count++;          $section1count++;
155        }        }
156        if ($user2) {        if ($user2) {
157          $section1count++;          $section1count++;
# Line 199  Line 199 
199                <h1 class="title"><?php print $title ?></h1>                <h1 class="title"><?php print $title ?></h1>
200                <div class="tabs"><?php print $tabs ?></div>                <div class="tabs"><?php print $tabs ?></div>
201                <?php print $help ?>                <?php print $help ?>
202                <?php print $messages; ?>                <?php if ($show_messages) {
203                    print $messages;
204                  } ?>
205                <?php print $content; ?>                <?php print $content; ?>
206                <?php print $feed_icons; ?>                <?php print $feed_icons; ?>
207                <?php if ($content_bottom): ?>                <?php if ($content_bottom): ?>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

  ViewVC Help
Powered by ViewVC 1.1.2