[Easymod-cvs] easymod2/mods/easymod easymod_install.php,1.43,1.44
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-06 11:20:23
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21723/mods/easymod Modified Files: easymod_install.php Log Message: Implemented the help window in the EM Settings panel. Index: easymod_install.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** easymod_install.php 6 Nov 2005 04:01:06 -0000 1.43 --- easymod_install.php 6 Nov 2005 11:20:10 -0000 1.44 *************** *** 822,825 **** --- 822,826 ---- $command_file->afile[] = 'copy includes/mod_preview.tpl ../../../' . $files[$i]['path'] . 'mod_preview.tpl'; $command_file->afile[] = 'copy includes/mod_diy_body.tpl ../../../' . $files[$i]['path'] . 'mod_diy_body.tpl'; + $command_file->afile[] = 'copy includes/mod_help.tpl ../../../' . $files[$i]['path'] . 'mod_help.tpl'; $command_file->afile[] = 'copy easymod.gif ../../../' . $pics[$i]['path'] . 'easymod.gif'; |