source: branches/comu-ver2/html/define.php @ 17477

Revision 17477, 360 bytes checked in by Seasoft, 16 years ago (diff)

定数「HTML2DATA_DIR」と「DATA_PATH」が別々に定義されているのを常に「HTML2DATA_DIR」から生成するように変更。ディレクトリ構成の変更に柔軟に対応できることを目論む。

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
Line 
1<?php
2/** HTMLディレクトリからのDATAディレクトリの相対パス */
3define("HTML2DATA_DIR", "../data/");
4
5/** DATA ディレクトリから HTML ディレクトリの相対パス */
6define("DATA_DIR2HTML", "../html/");
7
8/*
9 * Local variables:
10 * coding: utf-8
11 * tab-width: 4
12 * c-basic-offset: 4
13 * c-hanging-comment-ender-p: nil
14 * End:
15 */
16?>
Note: See TracBrowser for help on using the repository browser.