관리-도구
편집 파일: lang.logoff.php
<?php $define = [ 'HEADING_TITLE' => 'Log Off', 'NAVBAR_TITLE' => 'Log Off', 'TEXT_MAIN' => 'You have been logged off your account. It is now safe to leave the computer.<br><br> If you had items in your cart, they have been saved. The items inside it will be restored when you <a href="' . zen_href_link(FILENAME_LOGIN) . '"><span class="pseudolink">log back into your account</span></a>.<br>', ]; return $define;