display->loadSkin( "downloads" ); class downloads extends binBase { function downloads() { global $bin, $db; $this->construct(); if ( !ADMIN ) $this->output = $bin->skin->all->development( "downloads" ); else $this->showIndex(); } function showIndex( $section = "" ) { global $bin, $db; if ( empty( $section ) ) $db->mysql->query( $this->query['categoryList'] ); } } ?>