Ignore:
Timestamp:
2011/04/05 10:49:14 (13 years ago)
Author:
kimoto
Message:

ブロックの情報をphpに渡すように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/default/header.tpl

    • Property svn:executable set to *
    r20764 r20809  
    3737                    <!-- ▼<!--{$HeaderInternalNaviItem.bloc_name}--> --> 
    3838                    <!--{if $HeaderInternalNaviItem.php_path != ""}--> 
    39                         <!--{include_php file=$HeaderInternalNaviItem.php_path}--> 
     39                        <!--{include_php file=$HeaderInternalNaviItem.php_path items=$HeaderInternalNaviItem}--> 
    4040                    <!--{else}--> 
    41                         <!--{include file=$HeaderInternalNaviItem.tpl_path}--> 
     41                        <!--{include file=$HeaderInternalNaviItem.tpl_path items=$HeaderInternalNaviItem}--> 
    4242                    <!--{/if}--> 
    4343                    <!-- ▲<!--{$HeaderInternalNaviItem.bloc_name}--> --> 
Note: See TracChangeset for help on using the changeset viewer.