Changeset 18226


Ignore:
Timestamp:
2009/07/22 23:58:16 (15 years ago)
Author:
nanasess
Message:

ramrun さんのフィードバック

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/patches/GoogleAnalytics_plugin.patch

    r18225 r18226  
    6161--- html/user_data/plugins/google_analytics/sql/insert.sql  (リビジョン 0) 
    6262+++ html/user_data/plugins/google_analytics/sql/insert.sql  (リビジョン 0) 
    63 @@ -0,0 +1,2 @@ 
     63@@ -0,0 +1,1 @@ 
    6464+INSERT INTO dtb_bloc (bloc_name, tpl_path, filename, php_path, del_flg) VALUES ('Google Analytics', 'user_data/plugins/google_analytics/tpl/ga.tpl', 'google_analytics', 'user_data/plugins/google_analytics/ga.php', 1); 
    65 +INSERT INTO dtb_blocposition (page_id, target_id, bloc_id, bloc_row, filename, anywhere) VALUES (1, 10, (SELECT bloc_id FROM dtb_bloc WHERE filename = 'google_analytics'), 0, 'google_analytics', 1); 
    6665\ No newline at end of file 
    6766Index: html/user_data/plugins/google_analytics/tpl/ga.tpl 
     
    456455         <a><span>OWNERS STORE</span></a> 
    457456         <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`ownersstore/subnavi.tpl"}--> 
     457+    </li> 
    458458+    <li id="navi-plugin" class="<!--{if $tpl_mainno eq "plugin"}-->on<!--{/if}-->"> 
    459 +    </li> 
    460459+      <a><span>プラグイン設定</span></a> 
    461460+      <!--{include file="`$smarty.const.PLUGIN_PATH`plugin_menu.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.