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

Revision 20116, 188 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/*
3 * EC-CUBE 本体で, このプラグインの関数を使用したい場合は, ここで require する
4 */
5require_once(dirname(__FILE__) . '/classes/pages/ga_config.php');
6?>
Note: See TracBrowser for help on using the repository browser.