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

Sitemap: links title issue #61

This commit is contained in:
Awilum
2012-11-02 17:48:11 +02:00
parent 1c2fdeacf5
commit 1afe94bd46

View File

@@ -151,7 +151,7 @@
if (count(Plugin::$components) > 0) {
foreach (Plugin::$components as $component) {
if ($component !== 'pages' && $component !== 'sitemap') $components[] = ucfirst($component);
if ($component !== 'pages' && $component !== 'sitemap') $components[] = __(ucfirst($component), $component);
}
}