display->loadSkin( "gallery" ); class gallery extends binBase { function gallery() { global $bin, $db; $this->construct(); if ( !ADMIN ) $this->output = $bin->skin->all->development( "gallery" ); else $this->showIndex(); } function showIndex( $section = "" ) { global $bin, $db; } } ?>