Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the title and theme-title #98

Open
crochefort opened this issue Feb 18, 2014 · 2 comments
Open

Question about the title and theme-title #98

crochefort opened this issue Feb 18, 2014 · 2 comments
Labels

Comments

@crochefort
Copy link
Contributor

Can we invert them ?

Actually the theme_title is also the H1 and the breadcrumb title.
The Page title is after the " - Department"

From a wording perspective the Theme title should be at the end because you can say that you selec the Theme for SSC

And when you are reading the code you see page title. and actually it's at the end of the windows title bar . So not perfect solution.

Quick example from : http://wet-boew.github.io/themes-dist/theme-gcwu-fegc/index-en.html

They have this : GCWU theme - Web Experience Toolkit

GCWU theme is also the H1 and in the breadcrumb.
Web Experience Toolkit is there because it's at the website title!

What do you think?

@upsonp
Copy link
Member

upsonp commented Feb 18, 2014

So instead of reading "GCWU theme - Web Experience Toolkit" it should read "Web Experience Toolkit - GCWU theme"?

@crochefort
Copy link
Contributor Author

No we are just inversing the title on the variant.
The main theme is correct.

Try it your self .
Actually you have this

$_PAGE['title_' . $_PAGE['lang1']] = $theme_title[$_SITE['wb_theme']]." - Web Experience Toolkit";
$theme_title = array( "theme-base" => "WET theme", "theme-gcwu-fegc" => "GCWU Theme");

This will result in that : GCWU Theme - Web Experience Toolkit

Should be Web Experience Toolkit - GCWU Theme

Imagine you put it in your site

$_PAGE['title_' . $_PAGE['lang1']] = $theme_title[$_SITE['wb_theme']]." - Spotlight on Science";
$theme_title = array( "theme-base" => "WET theme", "theme-gcwu-fegc" => "Bedford Institute of Oceanography");

Will Resulting Bedford Institute of Oceanography - Spotlight on Science

It should be Spotlight on Science - Bedford Institute of Oceanography

No?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants