We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81bf7d commit aec2533Copy full SHA for aec2533
administrator/components/com_content/tmpl/articles/default.php
@@ -154,7 +154,7 @@
154
</tr>
155
</thead>
156
<tbody<?php if ($saveOrder) :
157
- ?> class="js-draggable" data-url="<?php echo $saveOrderingUrl; ?>" data-direction="<?php echo strtolower($listDirn); ?>" data-nested="true"<?php
+ ?> class="js-draggable" data-url="<?php echo $saveOrderingUrl; ?>" data-direction="<?php echo strtolower($listDirn); ?>" <?php echo $featured === '1' ? '' : ' data-nested="true"'; ?><?php
158
endif; ?>>
159
<?php foreach ($this->items as $i => $item) :
160
$item->max_ordering = 0;
0 commit comments