From 8d16632454e1d81c080bbad8a814cfd73654edb4 Mon Sep 17 00:00:00 2001 From: metal_gvc Date: Tue, 28 Jan 2014 20:12:16 +0200 Subject: [PATCH] Prefetch DNS to reduce look up times #202 --- admin/themes/default/index.template.php | 6 ++++++ public/themes/default/header.chunk.php | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/index.template.php b/admin/themes/default/index.template.php index faa8a2c..91e3252 100644 --- a/admin/themes/default/index.template.php +++ b/admin/themes/default/index.template.php @@ -2,6 +2,12 @@ + + + + + + Monstra :: <?php echo __('Administration', 'system'); ?> diff --git a/public/themes/default/header.chunk.php b/public/themes/default/header.chunk.php index c3619ad..d27216f 100644 --- a/public/themes/default/header.chunk.php +++ b/public/themes/default/header.chunk.php @@ -2,6 +2,10 @@ + + + + <?php echo Site::name() . ' - ' . Site::title(); ?> @@ -63,4 +67,4 @@ - \ No newline at end of file +