source: branches/comu/data/Smarty/templates_c/%%F1^F15^F158E3F4%%site_frame.tpl.php @ 2

Revision 2, 2.4 KB checked in by root, 17 years ago (diff)

new import

Line 
1<?php /* Smarty version 2.6.13, created on 2007-01-09 23:49:37
2         compiled from site_frame.tpl */ ?>
3<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
4smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'site_frame.tpl', 19, false),)), $this); ?>
5<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6<html lang="ja">
7<head>
8<meta http-equiv="Content-Type" content="text/html; charset=<?php echo @CHAR_CODE; ?>
9">
10<meta http-equiv="content-script-type" content="text/javascript">
11<meta http-equiv="content-style-type" content="text/css">
12<link rel="stylesheet" href="<?php echo @URL_DIR; ?>
13user_data/css/contents.css" type="text/css" media="all" />
14<link rel="stylesheet" href="<?php echo @URL_DIR; ?>
15css/common.css" type="text/css" media="all" />
16<link rel="stylesheet" href="<?php echo $this->_tpl_vars['tpl_css']; ?>
17" type="text/css" media="all" />
18<script type="text/javascript" src="<?php echo @URL_DIR; ?>
19js/css.js"></script>
20<script type="text/javascript" src="<?php echo @URL_DIR; ?>
21js/navi.js"></script>
22<script type="text/javascript" src="<?php echo @URL_DIR; ?>
23js/win_op.js"></script>
24<script type="text/javascript" src="<?php echo @URL_DIR; ?>
25js/site.js"></script>
26<title><?php echo $this->_tpl_vars['arrSiteInfo']['shop_name']; ?>
27/<?php echo ((is_array($_tmp=$this->_tpl_vars['tpl_title'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
28</title>
29<meta name="author" content="<?php echo ((is_array($_tmp=$this->_tpl_vars['arrPageLayout']['author'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
30">
31<meta name="description" content="<?php echo ((is_array($_tmp=$this->_tpl_vars['arrPageLayout']['description'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
32">
33<meta name="keywords" content="<?php echo ((is_array($_tmp=$this->_tpl_vars['arrPageLayout']['keyword'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
34">
35
36<script type="text/javascript">
37<!--
38    <?php echo $this->_tpl_vars['tpl_javascript']; ?>
39
40//-->
41</script>
42</head>
43
44<!-- ¢§ £Â£Ï£Ä£ÙÉô ¥¹¥¿¡¼¥È -->
45<?php $_smarty_tpl_vars = $this->_tpl_vars;
46$this->_smarty_include(array('smarty_include_tpl_file' => './site_main.tpl', 'smarty_include_vars' => array()));
47$this->_tpl_vars = $_smarty_tpl_vars;
48unset($_smarty_tpl_vars);
49 ?>
50<!-- ¢¥ £Â£Ï£Ä£ÙÉô ¥¨¥ó¥É -->
51
52</html>
Note: See TracBrowser for help on using the repository browser.