hi,
For change start year in for vehicle in vehicle manager you need open file:
{yours site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.html.php
in that file please find rows:
Code: |
print_r("<option value="0">");
print_r(_VEHICLE_MANAGER_OPTION_SELECT);
print_r("</option>");
$num=1900;
|
and replace 1900 to 1997
Thanks,
Ordasoft team