diff --git a/TimelessTemplate.php b/TimelessTemplate.php index e384666..75176c1 100644 --- a/TimelessTemplate.php +++ b/TimelessTemplate.php @@ -12,66 +12,81 @@ class TimelessTemplate extends BaseTemplate { $this->html( 'headelement' ); ?>
- outputLogo(); - ?> -
+
+
+
+ outputUserLinks(); ?> +
data['sitenotice'] ) { - ?> -
html( 'sitenotice' ) ?>
+ $this->outputLogo( 'p-logo-text', 'text' ); + $this->outputSearch(); + ?> +
+
+ +
+
+
+

getMsg( 'navigation-heading' )->parse() ?>

data['newtalk'] ) { + $this->outputLogo( 'p-logo', 'image' ); + echo '
'; + $this->outputPageLinks(); + echo '
'; ?> -
html( 'newtalk' ) ?>
+
+ +
+
- -

- html( 'title' ) ?> -

-
getMsg( 'tagline' )->parse() ?>
-
-
+ if ( $this->data['sitenotice'] ) { + ?> +
html( 'sitenotice' ) ?>
data['subtitle'] ) { - ?> -

html( 'subtitle' ) ?>

+ } + if ( $this->data['newtalk'] ) { + ?> +
html( 'newtalk' ) ?>
+ + +

+ html( 'title' ) ?> +

+
getMsg( 'tagline' )->parse() ?>
+
+
data['undelete'] ) { + if ( $this->data['subtitle'] ) { + ?> +

html( 'subtitle' ) ?>

+ data['undelete'] ) { + ?> +

html( 'undelete' ) ?>

+ -

html( 'undelete' ) ?>

- + + html( 'bodytext' ); + $this->html( 'catlinks' ); + $this->html( 'dataAfterContent' ); ?>
- - html( 'bodytext' ); - $this->html( 'catlinks' ); - $this->html( 'dataAfterContent' ); - ?> +
- -
-

getMsg( 'navigation-heading' )->parse() ?>

- outputSearch(); - echo '
'; - $this->outputUserLinks(); - echo '
'; - $this->outputPageLinks(); - echo '
'; - ?>
- printTrail() ?> @@ -154,17 +170,21 @@ class TimelessTemplate extends BaseTemplate { /** * Outputs the logo and (optionally) site title */ - private function outputLogo( $id = 'p-logo', $imageonly = false ) { + private function outputLogo( $id = 'p-logo', $part = 'both' ) { ?>