source: tmp/version-2_5-test/html/user_data/plugins/google_analytics/plugin_info.php @ 18609

Revision 18609, 271 bytes checked in by kajiwara, 16 years ago (diff)

正式版にナイトリービルド版をマージしてみるテスト

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.