-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
piwigo-modus/themeconf.inc.php
Line 211 in 1aad9d3
| <li class="path-ext-<?=$item["path_ext"]?> file-ext-<?=$item["file_ext"]?>" style=width:<?=$csize[0]?>px;height:<?=$row_height?>px><a href="<?=$item['URL']?>"<?=$a_style?>><img src="<?=$c->get_url()?>" width=<?=$csize[0]?> height=<?=$csize[1]?> alt="<?=$item['TN_ALT']?>"></a><div class=overDesc><?=$item['NAME']?><?=$new?></div></li> |
Is that intended to use short tags?
If, this will make troubles on systems where short_tags are not enabled.
Maybe replace them with full opening tags <?php to be consistent with the whole system.
Also in this file a mixture of used { } and not used { } at if .. elseif .. else (jus a sample of what I have meant it's sometimes hard to read the code ..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels