summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-07-30 11:20:17 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-07-30 11:20:17 +0000
commit6a988f92d4dd855fb26fd67c5225c67849efc04f (patch)
treeceffed81e7074e6ea6e7b613e63a2f385f22033b /themes
parenta1834101b64077a65f889a8c75ecea4f45e36f1d (diff)
downloadbrdo-6a988f92d4dd855fb26fd67c5225c67849efc04f.tar.gz
brdo-6a988f92d4dd855fb26fd67c5225c67849efc04f.tar.bz2
- Get rid of useless global $theme declaration.
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index b43ee4bcc..7172b5cd1 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><?php global $theme ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
<head>