1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-02 19:27:52 +02:00

Sitemap Plugin: _blank removed

This commit is contained in:
Awilum
2012-12-06 23:23:24 +02:00
parent 4b78ed1e8c
commit 16f425414f

View File

@@ -18,7 +18,7 @@
if (count($components) > 0) { if (count($components) > 0) {
if (count($pages_list) == 0) { echo '<ul>'; } if (count($pages_list) == 0) { echo '<ul>'; }
foreach ($components as $component) { foreach ($components as $component) {
echo '<li><a href="'.Option::get('siteurl').$component.'" target="_blank">'.__(ucfirst($component), $component).'</a></li>'; echo '<li><a href="'.Option::get('siteurl').$component.'">'.__(ucfirst($component), $component).'</a></li>';
} }
echo '</ul>'; echo '</ul>';