1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Docs administration - docs index (render all docs at once)

This commit is contained in:
secretr
2009-01-05 16:08:38 +00:00
parent 8579ad8a87
commit 2847dc75c7
3 changed files with 117 additions and 23 deletions

View File

@@ -1,3 +1,7 @@
<?php
define("LAN_DOCS", "System Docs");
define("LAN_DOCS_SECTIONS", "Sections");
define("LAN_DOCS_GOTOP", "Go to top");
define("LAN_DOCS_ANSWER", "Answer");
define("LAN_DOCS_QUESTION", "Question");
?>