Lines Matching refs:link
161 // Print a link for a downloadable file (including filesize)
166 // Print out the download link
279 // Print link in case we have one
283 // End link
374 …$image = news_image($item["newsImage"]["link"], $item["newsImage"]["content"], $item["newsImage"][…
381 foreach ($item["link"] as $link) {
382 if ($link["rel"] === "via") {
383 $permlink = $link["href"];
459 <link href="https://fosstodon.org/@php" rel="me" />
537 …$link = preg_replace('~^(http://php.net/|https://www.php.net/)~', '/', $NEWS_ENTRIES[0]["link"][0]…
539 return "<a href='{$link}'>{$title}</a>";
602 $link = $entry[0];
607 echo "<$elm><a href='/manual/$lang/$link'>$title</a></$elm>\n";