There is usually a list of template variables at the end of each main file specific to that file. Others are scattered through included files. Digging around line 383 of /includes/ucp/ucp_pm.phpThe basic list of global template variables in common.php doesn't cover this,
Code:
'S_IN_INBOX'=> ($folder_id == PRIVMSGS_INBOX) ? true : false,'S_IN_OUTBOX'=> ($folder_id == PRIVMSGS_OUTBOX) ? true : false,'S_IN_SENTBOX'=> ($folder_id == PRIVMSGS_SENTBOX) ? true : false,
Statistics: Posted by thecoalman — Sun Mar 23, 2025 9:16 am