friendica/view/templates/tables.tpl
2021-06-13 20:33:50 +00:00

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}}