integration with approve
This commit is contained in:
parent
34f54a7cfd
commit
64ac6e3f1c
3 changed files with 15 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ $qcPlugin = plugin_load('helper', 'qc');
|
|||
$starredPlugin = plugin_load('action', 'starred');
|
||||
/** @var \helper_plugin_quicksubscribe $quickSubPlugin */
|
||||
$quickSubPlugin = plugin_load('helper', 'quicksubscribe');
|
||||
/** @var \helper_plugin_approve_tpl $approvePlugin */
|
||||
$approvePlugin = plugin_load('helper', 'approve_tpl');
|
||||
|
||||
if($doPlugin !== null || $qcPlugin !== null || $starredPlugin !== null) {
|
||||
echo '<ul class="page-attributes">';
|
||||
|
|
@ -63,3 +65,8 @@ if($quickSubPlugin !== null) {
|
|||
if($doPlugin !== null || $qcPlugin !== null || $starredPlugin !== null) {
|
||||
echo "</ul>";
|
||||
}
|
||||
|
||||
if($approvePlugin !== null) {
|
||||
global $ACT;
|
||||
echo $approvePlugin->banner($ACT);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue