Ignore:
Timestamp:
Feb 4, 2014, 10:23:58 AM (10 years ago)
Author:
JanisV
Message:

Added navigation
Added translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Fotorama/admin.php

    r27148 r27155  
    1919  if (isset($_POST['transition']))
    2020    $conf['Fotorama']['transition'] = $_POST['transition'];
     21  if (isset($_POST['nav']))
     22    $conf['Fotorama']['nav'] = $_POST['nav'];
    2123
    2224  conf_update_param('Fotorama', serialize($conf['Fotorama']));
Note: See TracChangeset for help on using the changeset viewer.