Mercurial > epgrec.yaz
diff envSetting.php @ 66:3d6e7c606896
testing: auto record with mode
author | yoneda <yoneda@recorder.localnet.mda.or.jp> |
---|---|
date | Tue, 03 Nov 2009 14:51:44 +0900 |
parents | 68de7a0e44cd |
children | 481e789605e3 |
line wrap: on
line diff
--- a/envSetting.php Fri Oct 09 19:22:40 2009 +0900 +++ b/envSetting.php Tue Nov 03 14:51:44 2009 +0900 @@ -7,6 +7,7 @@ $smarty = new Smarty(); $smarty->assign( "settings", $settings ); +$smarty->assign( "record_mode", $RECORD_MODE ); $smarty->assign( "install_path", INSTALL_PATH ); $smarty->assign( "post_to", "postsettings.php" ); $smarty->assign( "sitetitle", "環境設定設定" );