first commit
This commit is contained in:
11
wp-content/plugins/brizy/admin/view.php
Normal file
11
wp-content/plugins/brizy/admin/view.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class Brizy_Admin_View {
|
||||
public static function render( $view, array $args = array() ) {
|
||||
return Brizy_Editor_View::get(
|
||||
implode( DIRECTORY_SEPARATOR, array( __DIR__, 'views', $view ) ),
|
||||
$args
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user