raintpl3
raintpl3 copied to clipboard
Parser error
I think there is a problem with the parser:
This tpl code:
<div id="login-logo"><a href="{$baselink}"><img src="images/logo-black.png" alt="{$sysbrand}" /> </a></div>
Was parsed as this:
<div id="login-logo"><a href="<?php echo ($baselink}"><img src="<?php echo static::$conf['base_url']; ?>/server/www/tmp/sbm/editsite/tpl$2" alt="{$sysbrand); ?>" /> </a></div>
The first echo was closed far away from it's position. And the image file name is not placed "$2".
Definitely an error in the path replace
From my iPhone
On Jun 27, 2014, at 3:11 PM, amunhoz [email protected] wrote:
I think there is a problem with the parser:
This tpl code:
![]()
Was parsed as this:
![]()
The first echo was closed far away from it's position.
— Reply to this email directly or view it on GitHub.
already handled with my second pull request #159.