0byt3m1n1
Path:
C:
/
wamp64
/
apps
/
phpmyadmin4.9.2
/
templates
/
database
/
central_columns
/
[
Home
]
File: edit_table_header.twig
<table id="table_columns" class="noclick"> <caption class="tblHeaders">{% trans 'Structure' %}</caption> <thead> <tr> {% for header in headers %} <th>{{ header }}</th> {% endfor %} </tr> </thead>