diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index a443a048b7..e232ee892d 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -2530,6 +2530,20 @@ ucp_header_friends_online_username_full_prepend
* Since: 3.2.10-RC1
* Purpose: Prepend information to online friends username in UCP
+ucp_main_bookmarks_topic_title_after
+===
+* Locations:
+ + styles/prosilver/template/ucp_main_bookmarks.html
+* Since: 3.3.8-RC1
+* Purpose: Add content right after the topic title viewing UCP bookmarks
+
+ucp_main_subscribed_topic_title_after
+===
+* Locations:
+ + styles/prosilver/template/ucp_main_subscribed.html
+* Since: 3.3.8-RC1
+* Purpose: Add content right after the topic title viewing UCP subscribed topics
+
ucp_main_front_user_activity_after
===
* Locations:
diff --git a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
index 25647afe1a..6d3b3fc03d 100644
--- a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
+++ b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
@@ -54,6 +54,7 @@
+ {% EVENT ucp_main_bookmarks_topic_title_after %}