source: branches/version-2_5-dev/html/user_data/plugins/google_analytics/plugin_info.php @ 20116

Revision 20116, 271 bytes checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
Line 
1<?php
2$arrPluginInfo = SC_Utils_Ex::sfMakePluginInfoArray(__FILE__);
3
4$arrPluginInfo['name']      = 'Google Analytics';
5$arrPluginInfo['version']   = ECCUBE_VERSION . ' 付属';
6$arrPluginInfo['auther']    = 'EC-CUBE 標準添付 (サンプル)';
7
8return $arrPluginInfo;
Note: See TracBrowser for help on using the repository browser.