Skip to content

Commit e673964

Browse files
committed
Add reference to other views on packet index
1 parent ed4e09f commit e673964

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/Packet/Index.phtml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ require("./header.inc.phtml");
2626
<article>
2727
<header>Packet Index</header>
2828
<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>
2936
<table>
3037
<thead>
3138
<tr>

0 commit comments

Comments
 (0)