src/CorporateTrainingBundle/Resources/views/powered-by.html.twig line 1

Open in your IDE?
  1. {% if setting('copyright.owned') and setting('copyright.thirdCopyright')|default(0) != 2 and setting('copyright.licenseDomains') and app.request.server.get('HTTP_HOST') in setting('copyright.licenseDomains')|split(';') %}
  2.     {% if setting('copyright.name') %}
  3.         Powered by <a href="{{ path('homepage') }}" target="_blank">{{ setting('copyright.name') }}</a>
  4.     {% endif %}
  5. {% else %}
  6.     Powered by<a href="http://ct.edusoho.com/" target="_blank"> EduSoho 企培版v{{ constant('CorporateTrainingBundle\\System::CT_VERSION') }}</a>
  7.     ©2014-{{ null|date('Y') }} {% if not setting('copyright.thirdCopyright')|default(0) == 2 %}
  8. {% endif %}
  9. {% endif %}