diff --git a/template/activity-panel.php b/template/activity-panel.php new file mode 100644 index 0000000..64f1175 --- /dev/null +++ b/template/activity-panel.php @@ -0,0 +1,36 @@ +. + +/* + * This is the template for the activity panel + * + * Called from + * include/class-ActivityPanel.php - the_link() function + * + * Available variables: + * $message_args array Arguments + * $query QueryLog The query log + */ +?> + + diff --git a/template/user.php b/template/user.php index 766c912..c1f2ca3 100644 --- a/template/user.php +++ b/template/user.php @@ -1,111 +1,130 @@ . /* * This is the template for an User * * Called from: * user.php * * Available variables: * $user object|null * $new_password string|null * $user_domains object|null (generator) */ // unuseful when load directly defined( 'BOZ_PHP' ) or die; ?>
getUserEmail() ) : '' ?> class="form-control" />
getUserName() ) : '' ?> class="form-control" />
getUserSurname() ) : '' ?> class="form-control" />
getUserUID() ) : '' ?> class="form-control" />
valid() ): ?>


/>

+ + + + +
+

+ + [ + 'actor' => $user, + ], + ] ) + ?> +
+ + +