diff --git a/templates/account/best.tpl b/templates/account/best.tpl new file mode 100644 index 0000000..21b7d5b --- /dev/null +++ b/templates/account/best.tpl @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/account/downvoted.tpl b/templates/account/downvoted.tpl new file mode 100644 index 0000000..21b7d5b --- /dev/null +++ b/templates/account/downvoted.tpl @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/account/favourites.tpl b/templates/account/favourites.tpl index ae318bf..21b7d5b 100644 --- a/templates/account/favourites.tpl +++ b/templates/account/favourites.tpl @@ -1,19 +1 @@ -
- - -
-

[[pages:{template.name}, {username}]]

- - -
[[topic:favourites.has_no_favourites]]
- - -
- - - - - -
-
-
\ No newline at end of file + \ No newline at end of file diff --git a/templates/account/posts.tpl b/templates/account/posts.tpl index 77071a1..03cabd1 100644 --- a/templates/account/posts.tpl +++ b/templates/account/posts.tpl @@ -1,11 +1,11 @@
-
-

[[pages:{template.name}, {username}]]

- +
+

{title}

+ -
[[user:has_no_posts]]
+
{noItemsFoundKey}
diff --git a/templates/account/topics.tpl b/templates/account/topics.tpl index 5c29f76..21522cb 100644 --- a/templates/account/topics.tpl +++ b/templates/account/topics.tpl @@ -2,10 +2,10 @@
-

[[pages:{template.name}, {username}]]

- +

{title}

+ -
[[user:has_no_topics]]
+
{noItemsFoundKey}
diff --git a/templates/account/upvoted.tpl b/templates/account/upvoted.tpl new file mode 100644 index 0000000..21b7d5b --- /dev/null +++ b/templates/account/upvoted.tpl @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/account/watched.tpl b/templates/account/watched.tpl index 12dc772..238b943 100644 --- a/templates/account/watched.tpl +++ b/templates/account/watched.tpl @@ -1,18 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/templates/partials/account/menu.tpl b/templates/partials/account/menu.tpl index fcb141a..7f9021e 100644 --- a/templates/partials/account/menu.tpl +++ b/templates/partials/account/menu.tpl @@ -39,10 +39,14 @@
  • [[global:topics]]
  • [[global:posts]]
  • +
  • [[global:best]]
  • [[global:header.groups]]
  • +
  • [[user:favourites]]
  • [[user:watched]]
  • +
  • [[global:upvoted]]
  • +
  • [[global:downvoted]]