Changeset 19805 for branches/version-2_5-dev/html/entry
- Timestamp:
- 2010/12/31 23:23:49 (15 years ago)
- Location:
- branches/version-2_5-dev/html/entry
- Files:
-
- 3 edited
-
complete.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
kiyaku.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/entry/complete.php
r19803 r19805 24 24 // {{{ requires 25 25 require_once("../require.php"); 26 require_once(CLASS_EX_ FILE_PATH. "page_extends/entry/LC_Page_Entry_Complete_Ex.php");26 require_once(CLASS_EX_REALDIR . "page_extends/entry/LC_Page_Entry_Complete_Ex.php"); 27 27 28 28 // }}} -
branches/version-2_5-dev/html/entry/index.php
r19803 r19805 24 24 // {{{ requires 25 25 require_once("../require.php"); 26 require_once(CLASS_EX_ FILE_PATH. "page_extends/entry/LC_Page_Entry_Ex.php");26 require_once(CLASS_EX_REALDIR . "page_extends/entry/LC_Page_Entry_Ex.php"); 27 27 28 28 // }}} -
branches/version-2_5-dev/html/entry/kiyaku.php
r19803 r19805 24 24 // {{{ requires 25 25 require_once("../require.php"); 26 require_once(CLASS_EX_ FILE_PATH. "page_extends/entry/LC_Page_Entry_Kiyaku_Ex.php");26 require_once(CLASS_EX_REALDIR . "page_extends/entry/LC_Page_Entry_Kiyaku_Ex.php"); 27 27 28 28 // }}}
Note: See TracChangeset
for help on using the changeset viewer.
