Skip to content

Commit

Permalink
[#3888] Changing base template title back
Browse files Browse the repository at this point in the history
We're just showing what *is* actually there, not telling them to change anything.
  • Loading branch information
weaverryan committed Aug 16, 2014
1 parent cafea43 commit 0da6508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ and in the ``app`` directory:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% block title %}Random Number Generator{% endblock %}</title>
<title>{% block title %}Welcome!{% endblock %}</title>
{% block stylesheets %}{% endblock %}
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
</head>
Expand All @@ -440,7 +440,7 @@ and in the ``app`` directory:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php $view['slots']->output('title', 'Random Number Generator') ?></title>
<title><?php $view['slots']->output('title', 'Welcome!') ?></title>
<?php $view['slots']->output('stylesheets') ?>
<link rel="shortcut icon" href="<?php echo $view['assets']->getUrl('favicon.ico') ?>" />
</head>
Expand Down

0 comments on commit 0da6508

Please sign in to comment.