closing php tag on sidebar.php

Posted in: Newspaper
Post count: 58

hi.. i need to put code at the end of sidebar.php

but it open with “<?php” and it ends with “}”

where it close?

Post count: 388

Not necessary to close in PHP-only files, I believe. The end you’re looking for is just the end of the file.

Post count: 6600

Hi,


@TheMediumUTM
Thanks!

@zelatech
Just close the php tag using ?> after } then add your code.

Thanks

Post count: 58

ok, thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.