1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/docroot/SSI/earth/menu.shtml
2015-01-23 17:24:36 +01:00

12 lines
261 B
Plaintext

<ul>
<li><a href="/SSI/earth/africa/index.shtml">Africa</a>
<!--#if expr="$REQUEST_URI ^= /SSI/earth/africa" -->
<!--#include virtual="/SSI/earth/africa/menu.shtml" -->
<!--#endif -->
</li>
<li><a href="/antarctica">Antarctica</a></li>
...
</ul>