ok
i made it in English, and nothing changed.
Code: |
<div id="buttonest">
<a class="readon" href="<?php echo sefRelToAbs( $link1 ); ?>" target="_self">
<input class="submit" type="submit" value="test"/></a>
</div>
|
i changed it when whole div was commented, again i changed it & removed comment tags, still no changes.
the "echo" inside div was commented also, i removed comment // and tried it again. no changes.
it seems another php file is generating it because when page loads & i inspect the input element it has these values:
Code: |
<a class="readon" href="http://************" target="_self">
<input class="submit" type="submit" value="Read more">
</a>
|
is there another php file have control on it?