mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
Local lables in themes, comments functions improvements.
This commit is contained in:
parent
008ab9e11a
commit
8f1d51764b
5 changed files with 35 additions and 12 deletions
|
|
@ -61,8 +61,8 @@
|
|||
<?php endif; ?>
|
||||
</td>
|
||||
<td>
|
||||
<a href="<?php echo site_url() . get_url_from_file($comment['file']); ?>" target="_blank">
|
||||
<?php echo _h(get_url_from_file($comment['file'])); ?>
|
||||
<a href="<?php echo site_url() . $comment['url']; ?>" target="_blank">
|
||||
<?php echo _h($comment['url']); ?>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue