This is a discussion on small html error in downloads.php within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Code: // BOF: WebMakers.com Added: Downloads Controller echo ' <td class="main">' . TABLE_HEADING_DOWNLOAD_DATE . '<br>' . tep_date_long($download_expiry) . '</td>' . ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Code: // BOF: WebMakers.com Added: Downloads Controller
echo ' <td class="main">' . TABLE_HEADING_DOWNLOAD_DATE . '<br>' . tep_date_long($download_expiry) . '</td>' . "\n" .
' <td class="main" align="right">' . $downloads['download_count'] . TABLE_HEADING_DOWNLOAD_COUNT . '</td>' . "\n" .
' </tr>' . "\n";
// EOF: WebMakers.com Added: Downloads Controller
}
?>
</tr> <-- this tag should be deleted
</table></td>
</tr>
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Various small problems, well sort of small | spottedhaggis | osCMax v2 Installation issues | 2 | 03-23-2006 09:53 AM |
| downloads | jloyzaga | osCMax v1.7 Discussion | 2 | 10-17-2003 02:22 AM |
| Downloads Module Error | rustblack | osCommerce 2.2 Modification Help | 1 | 10-05-2003 11:21 PM |
| Small error in OSCdox - text changes | PaulB | osCommerce 2.2 Modification Help | 3 | 06-30-2003 07:09 AM |
| Where to get downloads... | Bphp | osCommerce 2.2 Installation Help | 4 | 01-24-2003 08:49 PM |