source: branches/version-2/html/define.php @ 15745

Revision 15745, 362 bytes checked in by nanasess, 17 years ago (diff)

DATA_DIR2HTML 定数追加

  • 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.