| 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 ?> |
| 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 } ?> |
| 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++; |
| 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): ?> |