Marcus
Well-known member
Just add these notices to the regular notice system, so we can edit them:
	
	
	
		
				
			- 'notice_upgrade_pending',
 - 'notice_board_closed',
 - 'notice_confirm_email',
 - 'notice_cookies'
 
		PHP:
	
	   /**
    * List of notice templates and phrases to load if the specified param is set
    *
    * @var array [param => template/phrase key]
    */
   public $notices = array(
     'showUpgradePendingNotice'  => 'notice_upgrade_pending',
     'showBoardClosedNotice'  => 'notice_board_closed',
     'isAwaitingEmailConfirmation' => 'notice_confirm_email',
     'showCookieNotice'  => 'notice_cookies'
   );
	
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							
		
		Upvote
		2