예제 #1
0
# General Public License as published by the Free
# Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
if (!defined('EXPONENT')) {
    exit('');
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<?php 
echo pathos_theme_headerInfo($section);
?>
		<link rel="stylesheet" title="default" href="<?php 
echo THEME_RELATIVE;
?>
style.css" />
	</head>
	
	<body onLoad="pathosJSinitialize();">
		<?php 
pathos_theme_sourceSelectorInfo();
?>
	<div id="shell" align="center">
			<table style="margin-left:auto; margin-right:auto;" width="775" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td>
예제 #2
0
function pathos_theme_metaInfo($section)
{
    return "<!-- pathos_theme_metaInfo() is DEPRECATED.  Use pathos_theme_headerInfo instead-->\r\n\t\t" . pathos_theme_headerInfo($section);
}