diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-16 01:18:53 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-16 01:18:53 +0000 |
commit | 1c6f4b847c3c6de7c12409fbaa1bdea1ab739802 (patch) | |
tree | 07817988d1103527179736bd6b4ea7d16d6c72b6 /root/template/wrapper | |
parent | 7430684ba37ef88f7b499bf21b16b7fe68bd2ee0 (diff) | |
download | identity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.tar identity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.tar.gz identity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.tar.bz2 identity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.tar.xz identity-1c6f4b847c3c6de7c12409fbaa1bdea1ab739802.zip |
- remove duplicate macro, already in pre
Diffstat (limited to 'root/template/wrapper')
-rw-r--r-- | root/template/wrapper | 3 |
1 files changed, 0 insertions, 3 deletions
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; |