<?php include_once('/var2/php/config/def.php'); ?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Simpley</title>
</head>
<body>
Simpley.
<br>
<a href="index2.php">次のページ</a><br>
<br>
<a href="../">サイトTOP</a><br>
<br>
<br>
<a href="index.phps">SKINソース</a><br>
<a href="../modules/example/example.phps">モジュールソース</a><br>
<br>
<br>

<% block(example,test,OPRION=VALUE&OPTION2=VALUE2) %>

<h1>インラインスキン</h1><br>
<% skin(example,test) %>
    <% val(message) %>
<% /skin %>

<!-- インラインスキンは /skin の閉じタグが必要 -->

<!-- 外部スキン  ここから -->
<% extskin(example,test,'./ext_skin/index.php') %>
<!-- ここまでは外部ファイルを利用 パス指定は相対又はフルパス。
閉じタグはいらない。外部SKINの中身はインラインスキンと同じ感じで書けばOK
-->


<br>
<br>

</body>
</html>