PHP Classes

File: app/Resources/FOSUserBundle/views/Profile/show_content.html.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   app/Resources/FOSUserBundle/views/Profile/show_content.html.twig   Download  
File: app/Resources/FOSUserBundle/views/Profile/show_content.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 302 bytes
 

Contents

Class file image Download
{% trans_default_domain 'FOSUserBundle' %} <div class="fos_user_user_show"> <p>{{ 'profile.show.username'|trans }}: {{ user.username }}</p> <p>{{ 'profile.show.email'|trans }}: {{ user.email }}</p> <p><a href="{{ path('fos_user_profile_edit') }}">{{ 'profile.show.edit'|trans }}</a> </div>