gyro/modules/mime/start.inc.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * @defgroup Mime 00004 * @ingroup Modules 00005 * 00006 * Content views for any mime type, like images, PDF etc. 00007 */ 00008 00009 00010 // Register our views 00011 ViewFactory::set_implementation(new ViewFactoryMime());