Use a custom message and warning page

By default many Sitelok messages and warnings are displayed on a blank white page.  You can easily replace this with your own page to match your site style though as follows.

1) Create the page on your site to use and give it the extension .php.
2) At the point on the page where you want the message to appear paste in this snippet
<?php echo htmlentities(urldecode($_GET['slmessage']),ENT_QUOTES,'UTF-8'); ?>
3) To tell Sitelok to use this page go to Tools - Configuration - Pages & Templates and set your URL like this