#parse('incl/header.incl')
#if($_page == 'admin')
Welcome to the admin section, please use the Admin menu to manage customers and orders...
#elseif($_page == 'account')Welcome to your account pages, please use the Account menu to manage your profile and orders...
#elseif($_page == 'thank you')Thank you for your message! We will be contacting you shortly.
#elseif($_page == 'order submitted')Thank you for your order, an email has been sent to your account email with the invoice and relevant information.
#end #parse('incl/footer.incl')