ソースを参照

MPP live

master
Florian Eisenmenger 2年前
コミット
0e031bb3d9
2個のファイルの変更3行の追加3行の削除
  1. +1
    -1
      httpdocs/src/Controller/AdminController.php
  2. +2
    -2
      httpdocs/templates/base.html.twig

+ 1
- 1
httpdocs/src/Controller/AdminController.php ファイルの表示

@@ -191,7 +191,7 @@ class AdminController extends AbstractController


$mailer->send($email); $mailer->send($email);


// $message = (new \Swift_Message('Ihr Zugang bei My BIM Score'))
// $message = (new \Swift_Message('Ihr Zugang bei My MPP'))
// ->setFrom($_ENV['SYS_EMAIL']) // ->setFrom($_ENV['SYS_EMAIL'])
// ->setTo($_ENV['APP_ENV'] === 'prod' ? $user->getEmail() : $_ENV['DEV_EMAIL']) // ->setTo($_ENV['APP_ENV'] === 'prod' ? $user->getEmail() : $_ENV['DEV_EMAIL'])
// ->setBody( // ->setBody(


+ 2
- 2
httpdocs/templates/base.html.twig ファイルの表示

@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>My BIM Score - {% block title %}Start{% endblock %}</title>
<title>My MPP - {% block title %}Start{% endblock %}</title>
{# Run `composer require symfony/webpack-encore-bundle` {# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #} and uncomment the following Encore helpers to start using Symfony UX #}
{% block stylesheets %} {% block stylesheets %}
@@ -24,7 +24,7 @@
<header id="header"> <header id="header">
<div class="inside"> <div class="inside">
<div class="logo"> <div class="logo">
<a href="https://www.realfm.de/" target="_blank"><img src="/assets/images/logos/real-fm.png" alt="My BIM Score" /></a>
<a href="https://www.realfm.de/" target="_blank"><img src="/assets/images/logos/real-fm.png" alt="My MPP" /></a>
<a href="/" class="home">Home</a> <a href="/" class="home">Home</a>
</div> </div>
{% block header %} {% block header %}


読み込み中…
キャンセル
保存