civicrm_navigation.tpl - Move defaults into settings/*.php
authorTim Otten <totten@civicrm.org>
Tue, 15 Sep 2015 07:18:10 +0000 (00:18 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:49:32 +0000 (15:49 -0700)
commit007e3bdcefc15254f99a645683a98cb8d3eea8c4
tree35df83463e2d3a0489c4a03fb1eefee2d953284f
parent055f6c27663baba24cc8f433ae639f340ba163f1
civicrm_navigation.tpl - Move defaults into settings/*.php

For a large number of settings, defaults are declared twice -- once in
`xml/templates/civicrm_navigation.tpl` and once in `settings/*.php`.  In
many cases, these are identical/redundant, but there are a couple where the
defaults diverged.

I believe the `civicrm_navigation.tpl` values have generally taken precedent
on new installations, so this commit revises `settings/*.php` to fix any
discrepancies.
bin/regen.sh
settings/Contribute.setting.php
settings/Core.setting.php
settings/Event.setting.php
settings/Mailing.setting.php
settings/Multisite.setting.php
xml/templates/civicrm_navigation.tpl