From 43907cc078a87d5a29655786e4ce7e65b9dd6585 Mon Sep 17 00:00:00 2001 From: anna-mat <128937217+anna-mat@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:00:52 -0400 Subject: [PATCH] Revert "Made topic.tpl for Front End Development" --- nodebb-theme-mytheme/templates/topic.tpl | 123 ----------------------- 1 file changed, 123 deletions(-) delete mode 100644 nodebb-theme-mytheme/templates/topic.tpl diff --git a/nodebb-theme-mytheme/templates/topic.tpl b/nodebb-theme-mytheme/templates/topic.tpl deleted file mode 100644 index 192cc21884..0000000000 --- a/nodebb-theme-mytheme/templates/topic.tpl +++ /dev/null @@ -1,123 +0,0 @@ - -{{{ if config.theme.enableBreadcrumbs }}} - -{{{ end }}} -{{{ if widgets.header.length }}} -
-{{{each widgets.header}}} -{{widgets.header.html}} -{{{end}}} -
-{{{ end }}} - -
- - - - - - - -
-
-
-

- {title} -

- -
- - - [[topic:scheduled]] - - - {{{ if !pinExpiry }}}[[topic:pinned]]{{{ else }}}[[topic:pinned-with-expiry, {isoTimeToLocaleString(./pinExpiryISO, config.userLang)}]]{{{ end }}} - - - [[topic:locked]] - - - {{{ if privileges.isAdminOrMod }}}[[topic:moved-from, {oldCategory.name}]]{{{ else }}}[[topic:moved]]{{{ end }}} - - {{{each icons}}}{@value}{{{end}}} - - {function.buildCategoryLabel, category, "a", "border"} - - -
-
-
-
- -
-
- - {{{ if merger }}} - - {{{ end }}} - {{{ if forker }}} - - {{{ end }}} - {{{ if !scheduled }}} - - {{{ end }}} - -
-
-
    - {{{ each posts }}} -
  • > - - - {{{ if ./editedISO }}} - - {{{ end }}} - - -
  • - {{{ if (config.topicPostSort != "most_votes") }}} - {{{ each ./events}}}{{{ end }}} - {{{ end }}} - {{{ end }}} -
- {{{ if browsingUsers }}} -
- -
-
- {{{ end }}} - {{{ if config.theme.enableQuickReply }}} - - {{{ end }}} -
- - -
- - {{{ if config.usePagination }}} - - {{{ end }}} -
-
- {{{each widgets.sidebar}}} - {{widgets.sidebar.html}} - {{{end}}} -
-
-
-
- -
-{{{each widgets.footer}}} -{{widgets.footer.html}} -{{{end}}} -
- -{{{ if !config.usePagination }}} - -{{{ end }}} \ No newline at end of file