Skip to content

php short tags #62

@osworx

Description

@osworx

<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 ..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions