mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
Add meta noindex tag to ncenterlite module pages
This commit is contained in:
parent
58d4f70cbd
commit
db18192db3
1 changed files with 8 additions and 8 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
<module>
|
<module>
|
||||||
<grants />
|
<grants />
|
||||||
<actions>
|
<actions>
|
||||||
<action name="dispNcenterliteNotifyList" type="view" permission="member" route="notifications" />
|
<action name="dispNcenterliteNotifyList" type="view" permission="member" route="notifications" meta-noindex="true" />
|
||||||
<action name="dispNcenterliteUserConfig" type="view" permission="member" route="notififcations/config" />
|
<action name="dispNcenterliteUserConfig" type="view" permission="member" route="notififcations/config" meta-noindex="true" />
|
||||||
<action name="dispNcenterliteUnsubscribeList" type="view" permission="member" route="notififcations/unsubscribe" />
|
<action name="dispNcenterliteUnsubscribeList" type="view" permission="member" route="notififcations/unsubscribe" meta-noindex="true" />
|
||||||
<action name="dispNcenterliteInsertUnsubscribe" type="view" permission="member" route="notififcations/unsubscribe/add" />
|
<action name="dispNcenterliteInsertUnsubscribe" type="view" permission="member" route="notififcations/unsubscribe/add" meta-noindex="true" />
|
||||||
|
|
||||||
<action name="getColorsetList" type="model" permission="root" />
|
<action name="getColorsetList" type="model" permission="root" />
|
||||||
<action name="getMyNotifyListTpl" type="model" permission="member" />
|
<action name="getMyNotifyListTpl" type="model" permission="member" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue