Pending

User tests: Successful: Unsuccessful:

avatar CristinaSolana
CristinaSolana
24 Dec 2012

Protostar classes layout and task output incomplete if not layout
or task. If no layout or task assigned, outputs: layout- and task-
respectively.

Added if/else to output 'layout-' or if not available 'no-layout'. Same for 'task-'

<body class="site <?php echo $option . " view-" . $view . " itemid-" . $itemid . ($layout ? " layout-" . $layout : " no-layout" ) . ($task ? " task-" . $task : " no-task" ); ?> <?php if ($this->params->get('fluidContainer')) { echo "fluid"; } ?>">

Tracker item created at: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=29858

avatar CristinaSolana CristinaSolana - open - 24 Dec 2012
avatar CristinaSolana
CristinaSolana - comment - 24 Dec 2012

Sending new PR with itemid included.

avatar CristinaSolana CristinaSolana - close - 24 Dec 2012

Add a Comment

Login with GitHub to post a comment