File: //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/modules/faqweb/www/template/htmlexport.tpl
<?xml version="1.0" encoding="{metaCharset}"?>
<!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="{metaLanguage}" lang="{metaLanguage}">
<head>
<title>{title}</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset={metaCharset}" />
<meta name="title" content="{title}" />
<meta name="description" content="{metaDescription}" />
<meta name="keywords" content="{metaKeywords}" />
<meta name="author" content="{metaPublisher}" />
<meta name="publisher" content="{metaPublisher}" />
<meta name="copyright" content="(c) 2001 - 2007 phpMyFAQ Team" />
<meta name="Content-Language" content="{metaCharset}" />
<meta name="robots" content="INDEX, NOFOLLOW" />
<meta name="revisit-after" content="7 days" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
</head>
<body dir="{dir}">
<div id="content">
<a name="top"> </a>
{entrylinks}
{writeContent}
<!-- please do not remove the following line -->
<p id="copyrightnote">{copyright}</p>
</div>
</body>
</html>