in layout/threecol_33_34_33/panels-threecol-33-34-33.tpl.php
<div class="panel-display panel-3col-33 clear-block" <?php if (!empty($id)) { print "id=\"$id\""; } ?>
should be
<div class="panel-display panel-3col-33 clear-block" <?php if (!empty($id)) { print "id=\"$css_id\""; } ?>
Other layout templates could suffer the same issue, but not verified.
I doubt a patch is necessary, but let me know and I'll make one.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | panels-362754.patch | 950 bytes | dawehner |
Comments
Comment #1
darkodev commentedSorry, template files are found in layouts/, not layout/
Comment #2
jadwigo commentedThe correct line would be:
Comment #3
jadwigo commentedTitle was : wrong variable in 3 column layout causes css id to be the panel id, not the css id, resulting in id="1" for example
Comment #4
jadwigo commentedsince it's not mentioned I guess it's still needed
Comment #5
dawehnerand here is the patch for it
easy and fast patch
Comment #6
merlinofchaos commentedFix committed! Thanks!