mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Bugtracker #4145 possible resolution - sub-cat display in downloads
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/download.php,v $
|
| $Source: /cvs_backup/e107_0.8/download.php,v $
|
||||||
| $Revision: 1.16 $
|
| $Revision: 1.17 $
|
||||||
| $Date: 2007-10-28 20:03:10 $
|
| $Date: 2007-11-11 22:30:27 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
|
|
|
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
@@ -29,8 +29,8 @@ $dl_text = ''; // Output variable
|
|||||||
|
|
||||||
if(!defined("USER_WIDTH")) { define("USER_WIDTH","width:100%"); }
|
if(!defined("USER_WIDTH")) { define("USER_WIDTH","width:100%"); }
|
||||||
|
|
||||||
// To prevent display of sub-categories on the main display, un-comment the following line
|
// To prevent display of sub-categories on the main display, change the value in the following line from '1' to '0'
|
||||||
//$pref['download_subsub'] = '0';
|
$pref['download_subsub'] = '1';
|
||||||
|
|
||||||
/* define images */
|
/* define images */
|
||||||
define("IMAGE_DOWNLOAD", (file_exists(THEME."images/download.png") ? THEME."images/download.png" : e_IMAGE."generic/".IMODE."/download.png"));
|
define("IMAGE_DOWNLOAD", (file_exists(THEME."images/download.png") ? THEME."images/download.png" : e_IMAGE."generic/".IMODE."/download.png"));
|
||||||
|
Reference in New Issue
Block a user