1: <?php
2:
3: /**
4: * @deprecated since version 1.4.6
5: */
6: function printjCarouselThumbNav($thumbscroll = NULL, $width = NULL, $height = NULL, $cropw = NULL, $croph = NULL, $fullimagelink = NULL, $vertical = NULL) {
7: deprecated_functions::notify(gettext('Use printThumbNav().'));
8: printThumbNav(NULL, NULL, $width, $height, $cropw, $croph, $fullimagelink, $mode, NULL, $thumbscroll);
9: }
10:
11: ?>