From fe0f414dc0211a4014581dc03fcfd514ed7ed02d Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 17 Oct 2024 10:56:01 +0200 Subject: Transition templating to Twig --- src/application/views/view_topiclog.php | 67 --------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 src/application/views/view_topiclog.php (limited to 'src/application/views/view_topiclog.php') diff --git a/src/application/views/view_topiclog.php b/src/application/views/view_topiclog.php deleted file mode 100644 index 291dada..0000000 --- a/src/application/views/view_topiclog.php +++ /dev/null @@ -1,67 +0,0 @@ -id)) . '">' . htmlentities($postAuthor->displayName) . ''; -} - -?> -
- -
- type === TopicLogMessage::LOCKED): ?> -
- - $user, - ]) ?> -
- postDate->format("c") ?> -
- type === TopicLogMessage::UNLOCKED): ?> -
- - $user, - ]) ?> -
- postDate->format("c") ?> -
- type === TopicLogMessage::TITLE_CHANGED): ?> -
- - $user, - "old_title" => '' . htmlentities($logMessage->params["old_value"] ?? __("unknown")) . '', - "new_title" => '' . htmlentities($logMessage->params["new_value"] ?? __("unknown")) . '', - ]) ?> -
- postDate->format("c") ?> -
- - - -
-
-- cgit v1.2.3