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

[4.0] Move pageclass to body tag #18967

Merged
merged 2 commits into from Dec 4, 2017
Merged

[4.0] Move pageclass to body tag #18967

merged 2 commits into from Dec 4, 2017

Conversation

ciar4n
Copy link
Contributor

@ciar4n ciar4n commented Dec 3, 2017

Pull Request for Issue #18892 .

Summary of Changes

PR moves the 'Page Class' from the component container to the body tag.

Testing Instructions

Expected result

Actual result

Documentation Changes Required

@@ -29,6 +29,10 @@
$task = $app->input->getCmd('task', '');
$itemid = $app->input->getCmd('Itemid', '');
$sitename = $app->get('sitename');
$menu = $app->getMenu()->getActive();

if (is_object($menu))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (is_object($menu)) ?

@wilsonge wilsonge merged commit 4e21575 into joomla:4.0-dev Dec 4, 2017
@wilsonge wilsonge added this to the Joomla 4.0 milestone Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants