blob: 28c1cc25e1c794d2e752e1d8fced9dcae844abc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Elgg administration simple plugin screen
*
* Shows an alphabetical list of "simple" plugins.
*
* @package Elgg
* @subpackage Core
*/
echo elgg_view_form('admin/plugins/simple_update_states', array('class' => 'admin_plugins_simpleview'));
|