Changeset 11885
- Timestamp:
- Jun 8, 2009, 1:50:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/branches/STABLE/3.0.x/apps/pc_frontend/templates/_partsForm.php
r11545 r11885 7 7 ?> 8 8 9 <form action="<?php echo $options->getRaw('url') ?>" method=" post"<?php if (!empty($options['isMultipart'])): ?> enctype="multipart/form-data"<?php endif; ?>>9 <form action="<?php echo $options->getRaw('url') ?>" method="<?php echo $options['method'] ?>"<?php if (!empty($options['isMultipart'])): ?> enctype="multipart/form-data"<?php endif; ?>> 10 10 <?php include_customizes($id, 'formTop') ?> 11 11
Note: See TracChangeset
for help on using the changeset viewer.