1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-29 07:49:55 +02:00

Site Url without trailing slashes

This commit is contained in:
Евгений
2014-01-07 01:32:50 +06:00
parent 5cb23c76c3
commit e60fb9921e
5 changed files with 13 additions and 13 deletions

View File

@@ -1 +1 @@
<a href="<?php echo Site::url(); ?>sitemap"><?php echo __('Sitemap', 'sitemap'); ?></a>
<a href="<?php echo Site::url(); ?>/sitemap"><?php echo __('Sitemap', 'sitemap'); ?></a>