mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
Add the active notifications and rest api key to user profile page.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<div id="g-notification-detail">
|
||||
<ul>
|
||||
<? foreach ($subscriptions as $subscription): ?>
|
||||
<li id="g-watch-<?= $subscription->id ?>">
|
||||
<a href="<?= $subscription->url ?>">
|
||||
<?= html::purify($subscription->title) ?>
|
||||
</a>
|
||||
</li>
|
||||
<? endforeach ?>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user