コード例 #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 exponent_theme_headerInfo($section);
?>
		<link rel="stylesheet" title="default" href="<?php 
echo THEME_RELATIVE;
?>
style.css" />
	</head>
	
	<body onload="exponentJSinitialize()">
	
		<img id="header" src="<?php 
echo THEME_RELATIVE;
?>
images/header1.jpg" height="126" width="319" />
		<div id="logo_holder"><img id="logo" src="<?php 
echo THEME_RELATIVE;
コード例 #2
0
function pathos_theme_headerInfo($section)
{
    return exponent_theme_headerInfo($section);
}