geo-coop/web/sites/default/settings.php

12 lines
319 B
PHP
Raw Normal View History

2019-07-17 14:47:01 -05:00
<?php
$settings['locale_custom_strings_en'][] = [
'Sticky at top of lists' => 'Feature on front page',
];
2019-07-17 14:47:01 -05:00
// #ddev-generated: Automatically generated Drupal settings file.
if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php')) {
include $app_root . '/' . $site_path . '/settings.ddev.php';
}