Skip to content

Instantly share code, notes, and snippets.

@legendar
Created December 25, 2009 10:23
Show Gist options
  • Save legendar/263590 to your computer and use it in GitHub Desktop.
Save legendar/263590 to your computer and use it in GitHub Desktop.
<match pattern="/login/">
<block name="nocache" />
<secure level="guest" only="true">
<template var="content" src="login.tpl.php"/>
<template src="index.tpl.php" />
<end/>
</secure>
<redirect/>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment