Custom Template PUQ Customization module WHMCS Order now | Download | FAQ To add your custom template to display in the client area during maintenance mode, you must have WHMCS installed and configured, including our WHMCS Addon "PUQ Customization" with access to the whmcs system and to the whmcs file system with administrator rights. Your template should be named custom.tpl, otherwise, it will contradict the logic of this extension, and your template will simply not be displayed. It is also crucial that you use the following variables in your template for proper data transmission: {$background_image} - link to the background image Example usage: {$logo} - link to the logo Example usage: Logo {$title} - title for the page Example usage: {$title}

{$title}

{$text} - message about the technical work Example usage:

{$text}

To add a timer, insert the following code in the appropriate place: {if $enabled_counter eq 'on'} {include file='templates/timer.tpl'} {/if} Now that your template meets the requirements, connect it to the MaintainceMode extension. Move the custom.tpl file to addons-> puq_customization-> extensions-> MaintainceMode-> templates Then, in the configuration, select the Template as "Custom." Congratulations! If you have followed the instructions precisely, your template is successfully configured!