Changeset 17898
- Timestamp:
- 2009/03/11 15:23:29 (17 years ago)
- Location:
- branches/comu-ver2/data
- Files:
-
- 3 edited
-
Smarty/templates/default/mobile/site_frame.tpl (modified) (1 diff)
-
Smarty/templates/default/site_frame.tpl (modified) (1 diff)
-
class/pages/LC_Page_Index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/mobile/site_frame.tpl
r16582 r17898 25 25 <head> 26 26 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis"> 27 <title><!--{$arrSiteInfo.shop_name|escape}--> /<!--{$tpl_title|escape}--></title>27 <title><!--{$arrSiteInfo.shop_name|escape}--><!--{if $tpl_subtitle|strlen >= 1}-->/<!--{$tpl_subtitle|escape}--><!--{elseif $tpl_title|strlen >= 1}-->/<!--{$tpl_title|escape}--><!--{/if}--></title> 28 28 <meta name="author" content="<!--{$arrPageLayout.author|escape}-->"> 29 29 <meta name="description" content="<!--{$arrPageLayout.description|escape}-->"> -
branches/comu-ver2/data/Smarty/templates/default/site_frame.tpl
r17608 r17898 32 32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 33 33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 34 <title><!--{$arrSiteInfo.shop_name|escape}--> / <!--{if $tpl_subtitle|strlen >= 1}--><!--{$tpl_subtitle|escape}--><!--{else}--><!--{$tpl_title|escape}--><!--{/if}--></title>34 <title><!--{$arrSiteInfo.shop_name|escape}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|escape}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|escape}--><!--{/if}--></title> 35 35 <!--{if $arrPageLayout.author|strlen >= 1}--> 36 36 <meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> -
branches/comu-ver2/data/class/pages/LC_Page_Index.php
r16741 r17898 69 69 $layout = new SC_Helper_PageLayout_Ex(); 70 70 $layout->sfGetPageLayout($this, false, "index.php"); 71 $this->tpl_title = ''; 71 72 72 73 $objView->assignobj($this);
Note: See TracChangeset
for help on using the changeset viewer.
