Example #1
0
?>
" />
<link href="<?php 
smt_theme('stylesheet_url');
?>
" rel="stylesheet" type="text/css" media="screen" />
<link href="<?php 
smt_theme('template_url');
?>
/lavalamp_test.css" type="text/css" media="screen" rel="stylesheet" />
<link rel="shortcut icon" href="<?php 
smt_theme('template_url');
?>
/favicon.ico" />
<?php 
addable_area('header');
?>
</head>

<body>
	<div id="container">
	<div id="header">
		<h1>
			<?php 
smt_siteinfo('name');
?>
		</h1>
		<span>
			<?php 
smt_siteinfo('description');
?>
Example #2
0
		<div id="footer">
			Copyright © Site name, 20XX
		</div>
	</div>
</div>
<?php 
addable_area('footer');