friendica/view/templates/tables.tpl

11 lines
217 B
Smarty

Database Tables
===============
* [Home](help)
| Table | Description |
|-------|-------------|
{{foreach $tables as $table}}
| [{{$table.name}}](help/database/db_{{$table.name}}) | {{$table.comment}} |
{{/foreach}}