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 ed4e09f commit e673964Copy full SHA for e673964
templates/Packet/Index.phtml
@@ -26,6 +26,13 @@ require("./header.inc.phtml");
26
<article>
27
<header>Packet Index</header>
28
<section>
29
+ <p>These packets are also available as constants in
30
+ <a href="<?php echo Common::relativeUrlToAbsolute("/packet/index.cpp"); ?>">C++</a>,
31
+ <a href="<?php echo Common::relativeUrlToAbsolute("/packet/index.java"); ?>">Java</a>,
32
+ <a href="<?php echo Common::relativeUrlToAbsolute("/packet/index.json"); ?>">JSON</a>,
33
+ <a href="<?php echo Common::relativeUrlToAbsolute("/packet/index.php"); ?>">PHP</a>, and
34
+ <a href="<?php echo Common::relativeUrlToAbsolute("/packet/index.vb"); ?>">VB6</a>.
35
+ </p>
36
<table>
37
<thead>
38
<tr>
0 commit comments