diff --git a/theme/chameleon/header.html b/theme/chameleon/header.html index aaf9953fd03..03cedb173e3 100644 --- a/theme/chameleon/header.html +++ b/theme/chameleon/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> diff --git a/theme/cornflower/header.html b/theme/cornflower/header.html index df59f45092a..aec2c6b39dd 100644 --- a/theme/cornflower/header.html +++ b/theme/cornflower/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/formal_white/header.html b/theme/formal_white/header.html index 1f9debcc59b..6479244a031 100644 --- a/theme/formal_white/header.html +++ b/theme/formal_white/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/metal/header.html b/theme/metal/header.html index ced081f7442..d68c012a2a0 100644 --- a/theme/metal/header.html +++ b/theme/metal/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/oceanblue/header.html b/theme/oceanblue/header.html index 7d126c27a45..eb96bddde93 100644 --- a/theme/oceanblue/header.html +++ b/theme/oceanblue/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/orangewhite/header.html b/theme/orangewhite/header.html index eb2f93d81d7..e46a104ddbb 100644 --- a/theme/orangewhite/header.html +++ b/theme/orangewhite/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/orangewhitepda/header.html b/theme/orangewhitepda/header.html index eb2f93d81d7..e46a104ddbb 100644 --- a/theme/orangewhitepda/header.html +++ b/theme/orangewhitepda/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/standard/header.html b/theme/standard/header.html index 7d126c27a45..eb96bddde93 100644 --- a/theme/standard/header.html +++ b/theme/standard/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/standardblue/header.html b/theme/standardblue/header.html index 7d126c27a45..eb96bddde93 100644 --- a/theme/standardblue/header.html +++ b/theme/standardblue/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/standardgreen/header.html b/theme/standardgreen/header.html index 7d126c27a45..eb96bddde93 100644 --- a/theme/standardgreen/header.html +++ b/theme/standardgreen/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/standardlogo/header.html b/theme/standardlogo/header.html index aa250adafcb..2c2bb03c7de 100644 --- a/theme/standardlogo/header.html +++ b/theme/standardlogo/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/standardred/header.html b/theme/standardred/header.html index 7d126c27a45..eb96bddde93 100644 --- a/theme/standardred/header.html +++ b/theme/standardred/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/standardwhite/header.html b/theme/standardwhite/header.html index 7fbaecaaff9..3fdad6ad510 100644 --- a/theme/standardwhite/header.html +++ b/theme/standardwhite/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?> diff --git a/theme/wood/header.html b/theme/wood/header.html index 7f4a673806f..76166a67bf1 100644 --- a/theme/wood/header.html +++ b/theme/wood/header.html @@ -2,8 +2,8 @@ > - - <?php echo s($title) ?> + + <?php echo $title ?> javascript"); ?>