From 31fe769091d6db9b6871e1302bc8209f52efb1a1 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 9 Sep 2013 09:52:05 +0200 Subject: [PATCH] adding API qrcode in account --- public/templates/test/account/qrcode/default.tpl | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/templates/test/account/qrcode/default.tpl b/public/templates/test/account/qrcode/default.tpl index 2656314e..517ec86f 100644 --- a/public/templates/test/account/qrcode/default.tpl +++ b/public/templates/test/account/qrcode/default.tpl @@ -1,13 +1,10 @@ -{if !$GLOBAL.config.website.api.disabled} -{include file="global/block_header.tpl" BLOCK_HEADER="API String"} -

This code will allow you to import the full API string into your mobile application.

+{if !$GLOBAL.website.api.disabled} -
-{include file="global/block_footer.tpl"} +
+

API String

+
+

This code will allow you to import the full API string into your mobile application.

+
+
+
{/if}