source: extensions/BatchDownloader/admin/sets.php @ 16379

Last change on this file since 16379 was 16379, checked in by mistic100, 12 years ago

first commit, not complete
TODO : use multisize, download history, localization, compatibility with User Selection (and create User Selection !!)

File size: 158 bytes
Line 
1<?php
2if (!defined('BATCH_DOWNLOAD_PATH')) die('Hacking attempt!');
3
4
5$template->set_filename('batch_download', dirname(__FILE__) . '/template/sets.tpl');
6
7?>
Note: See TracBrowser for help on using the repository browser.