source: branches/feature-module-update/data/Smarty/templates/campaign/application.tpl @ 15078

Revision 15078, 513 bytes checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Line 
1<!--{*ヘッダー読込*}-->
2<!--{include file=`$tpl_dir_name`/header.tpl}-->
3
4<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>
5<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
6<script type="text/javascript">
7<!--
8<!--{$tpl_javascript}-->
9//-->
10</script>
11
12<!--{*コンテンツ読込*}-->
13<!--{include file=`$tpl_dir_name`/contents.tpl}-->
14
15<!--{*フッター読込*}-->
16<!--{include file=`$tpl_dir_name`/footer.tpl}-->
Note: See TracBrowser for help on using the repository browser.