mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Use debug settings to determine whether to display error location
This commit is contained in:
parent
339fd234a5
commit
1f9fe48170
5 changed files with 10 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<div class="message" cond="$system_message_detail">
|
||||
{$system_message_detail}
|
||||
</div>
|
||||
<div class="message location" cond="$system_message_location && $logged_info->is_admin === 'Y'">
|
||||
<div class="message location" cond="$system_message_location">
|
||||
{$system_message_location}
|
||||
</div>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/message/m.skin/default/system_message/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue