From e27111d21085336e6ecf7362d08c4090c09181b2 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Fri, 21 Nov 2014 14:30:03 +1000 Subject: [PATCH] + includes/auth_block --- templates/includes/auth_block.html.ep | 10 ++++++++++ templates/layouts/default.html.ep | 4 +--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 templates/includes/auth_block.html.ep diff --git a/templates/includes/auth_block.html.ep b/templates/includes/auth_block.html.ep new file mode 100644 index 0000000..22cb2f5 --- /dev/null +++ b/templates/includes/auth_block.html.ep @@ -0,0 +1,10 @@ +% my $user = session 'useruid'; + diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index eb01318..c47b077 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -35,9 +35,7 @@
  • Служебные
  • Форум
  • - +%= include 'includes/auth_block';