We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54743c2 commit d11288fCopy full SHA for d11288f
src/templates/Packet/Search.phtml
@@ -11,6 +11,10 @@ $title = "Search Packets";
11
$description = "Search the packets on BNETDocs";
12
$this->opengraph->attach(new Pair("url", "/packet/search"));
13
14
+if (!empty($this->getContext()->query)) {
15
+ $title = $this->getContext()->query . " - " . $title;
16
+}
17
+
18
$avatars = [];
19
$getAvatar = function(&$avatars, &$user) {
20
$user_id = $user->getId();
0 commit comments