first import

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2013-01-09 10:53:26 +01:00
commit b20b38f514
526 changed files with 76993 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php
/**
* @file
* Contains the embed display plugin.
*/
/**
* The plugin that handles an embed display.
*
* @ingroup views_display_plugins
*/
class views_plugin_display_embed extends views_plugin_display {
// This display plugin does nothing apart from exist.
}