File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ and in the ``app`` directory:
423423 <html>
424424 <head>
425425 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
426- <title>{% block title %}Random Number Generator {% endblock %}</title>
426+ <title>{% block title %}Welcome! {% endblock %}</title>
427427 {% block stylesheets %}{% endblock %}
428428 <link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
429429 </head>
@@ -440,7 +440,7 @@ and in the ``app`` directory:
440440 <html>
441441 <head>
442442 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
443- <title><?php $view['slots']->output('title', 'Random Number Generator ') ?></title>
443+ <title><?php $view['slots']->output('title', 'Welcome! ') ?></title>
444444 <?php $view['slots']->output('stylesheets') ?>
445445 <link rel="shortcut icon" href="<?php echo $view['assets']->getUrl('favicon.ico') ?>" />
446446 </head>
You can’t perform that action at this time.
0 commit comments