aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-16 01:18:53 +0000
committerMichael Scherer <misc@mageia.org>2010-12-16 01:18:53 +0000
commit1c6f4b847c3c6de7c12409fbaa1bdea1ab739802 (patch)
tree07817988d1103527179736bd6b4ea7d16d6c72b6
parent7430684ba37ef88f7b499bf21b16b7fe68bd2ee0 (diff)
downloadidentity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.tar
identity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.tar.gz
identity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.tar.bz2
identity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.tar.xz
identity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.zip
- remove duplicate macro, already in pre
-rw-r--r--root/register/index.tt3
-rw-r--r--root/template/wrapper3
2 files changed, 0 insertions, 6 deletions
diff --git a/root/register/index.tt b/root/register/index.tt
index c4301be..fc56692 100644
--- a/root/register/index.tt
+++ b/root/register/index.tt
@@ -1,6 +1,3 @@
-[% MACRO l(text, args) BLOCK;
- c.localize(text, args);
-END; %]
<h2>[% l('Register') %]</h2>
diff --git a/root/template/wrapper b/root/template/wrapper
index 710f019..cd6c06f 100644
--- a/root/template/wrapper
+++ b/root/template/wrapper
@@ -1,6 +1,3 @@
-[%- MACRO l(text, args) BLOCK;
- c.localize(text, args);
-END; -%]
[%- IF template.name.match('\.(css|js|txt)');
debug("Passing page through as text: $template.name");
content;