mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 04:37:51 +02:00
Sitemap: links title issue #61
This commit is contained in:
@@ -151,7 +151,7 @@
|
|||||||
|
|
||||||
if (count(Plugin::$components) > 0) {
|
if (count(Plugin::$components) > 0) {
|
||||||
foreach (Plugin::$components as $component) {
|
foreach (Plugin::$components as $component) {
|
||||||
if ($component !== 'pages' && $component !== 'sitemap') $components[] = ucfirst($component);
|
if ($component !== 'pages' && $component !== 'sitemap') $components[] = __(ucfirst($component), $component);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user