[phpWebApp-commits] CVS: app2/config const.Paths.php,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2001-12-28 19:55:33
|
Update of /cvsroot/phpwebapp/app2/config In directory usw-pr-cvs1:/tmp/cvs-serv32691/config Modified Files: const.Paths.php Log Message: Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/app2/config/const.Paths.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** const.Paths.php 2001/12/27 04:22:24 1.1.1.1 --- const.Paths.php 2001/12/28 19:55:30 1.2 *************** *** 4,7 **** --- 4,8 ---- define("WEBAPP_PATH", APP_PATH."../web_app/"); define("EVENTHANDLER_PATH", APP_PATH."event_handlers/"); + define("IMG_URL", APP_URL."img/"); define("TPL_PATH", APP_PATH."templates/"); define("TPL_URL", APP_URL."templates/"); |