diff --git a/.gitattributes b/.gitattributes index 2fc8c19..d53ea5e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,21 +14,6 @@ changed_full/451-453/out/azure/tpl/layout/sidebar.tpl -text changed_full/451-453/out/basic/de/d3_usersonline_lang.php -text changed_full/451-453/out/basic/tpl/_left.tpl -text changed_full/451-453/out/basic/tpl/inc/d3usersonline.tpl -text -changed_full/XE420-XE448/out/basic/de/d3_usersonline_lang.php -text -changed_full/XE420-XE448/out/basic/tpl/_left.tpl -text -changed_full/XE420-XE448/out/basic/tpl/inc/d3usersonline.tpl -text -changed_full/XE450/out/azure/de/d3_usersonline_lang.php -text -changed_full/XE450/out/azure/tpl/inc/d3usersonline.tpl -text -changed_full/XE450/out/azure/tpl/layout/sidebar.tpl -text -changed_full/XE450/out/basic/de/d3_usersonline_lang.php -text -changed_full/XE450/out/basic/tpl/_left.tpl -text -changed_full/XE450/out/basic/tpl/inc/d3usersonline.tpl -text -changed_full/XE451-XE453/out/azure/de/d3_usersonline_lang.php -text -changed_full/XE451-XE453/out/azure/tpl/inc/d3usersonline.tpl -text -changed_full/XE451-XE453/out/azure/tpl/layout/sidebar.tpl -text -changed_full/XE451-XE453/out/basic/de/d3_usersonline_lang.php -text -changed_full/XE451-XE453/out/basic/tpl/_left.tpl -text -changed_full/XE451-XE453/out/basic/tpl/inc/d3usersonline.tpl -text copy_this/core/d3usersonline.php -text copy_this/modules/d3usersonline/views/d3_oxcmp_utils_usersonline.php -text setup+doku/Installation.pdf -text diff --git a/changed_full/XE420-XE448/out/basic/de/d3_usersonline_lang.php b/changed_full/XE420-XE448/out/basic/de/d3_usersonline_lang.php deleted file mode 100644 index 34d61c2..0000000 --- a/changed_full/XE420-XE448/out/basic/de/d3_usersonline_lang.php +++ /dev/null @@ -1,34 +0,0 @@ - 'ISO-8859-15', -'D3_USERSONLINE_USERSONLINE' => 'Benutzer online', -'D3_USERSONLINE_USER' => 'Benutzer', -'D3_USERSONLINE_USERS' => 'Benutzer', -'D3_USERSONLINE_ALL' => 'gesamt', - -); - -/* -[{ oxmultilang ident='ACTIONS_MAIN_YOUWANTTODELETE' }] -*/ \ No newline at end of file diff --git a/changed_full/XE420-XE448/out/basic/tpl/_left.tpl b/changed_full/XE420-XE448/out/basic/tpl/_left.tpl deleted file mode 100644 index bd6d191..0000000 --- a/changed_full/XE420-XE448/out/basic/tpl/_left.tpl +++ /dev/null @@ -1,79 +0,0 @@ -[{if $oView->showSearch() }] - [{ oxmultilang ident="INC_LEFTITEM_PRODUCTSEARCH" }] - -[{/if}] -[{if $oxcmp_categories }] - [{if $oView->showTopCatNavigation()}] - [{include file="inc/category_tree.tpl" tree=$oxcmp_categories->getClickRoot() act=$oxcmp_categories->getClickCat() class="tree"}] - [{else}] - [{include file="inc/category_tree.tpl" tree=$oxcmp_categories act=$oxcmp_categories->getClickCat() class="tree"}] - [{/if}] -[{/if}] - -[{if $oView->loadVendorTree() && $oView->getVendorlist()}] - [{include file="inc/vendor_tree.tpl" tree=$oView->getVendorlist() class="tree"}] -[{/if}] - -[{if $oView->loadManufacturerTree() && $oView->getManufacturerlist()}] - [{include file="inc/manufacturer_tree.tpl" tree=$oView->getManufacturerlist() class="tree"}] -[{/if}] - -[{*** D3 Modul "UsersOnline" START ***}] - [{include file="inc/d3usersonline.tpl"}] -[{*** D3 Modul "UsersOnline" END ***}] - -[{if $oView->showLeftBasket()}] - [{oxid_include_dynamic file="dyn/mini_basket.tpl" type="basket" testid="LeftBasket"}] -[{/if}] - -[{include file="inc/infobox.tpl"}] - -[{if $oxcmp_news && count($oxcmp_news) > 0}] - [{include file="inc/cmp_news.tpl"}] -[{/if}] - -[{ oxmultilang ident="INC_LEFTITEM_PARTNERANDSEAL" }] -
- - -
- - diff --git a/changed_full/XE420-XE448/out/basic/tpl/inc/d3usersonline.tpl b/changed_full/XE420-XE448/out/basic/tpl/inc/d3usersonline.tpl deleted file mode 100644 index 11b02e2..0000000 --- a/changed_full/XE420-XE448/out/basic/tpl/inc/d3usersonline.tpl +++ /dev/null @@ -1,37 +0,0 @@ -[{if $oxcmp_user && $oxcmp_user->oxuser__oxrights->value == 'malladmin'}] - [{oxmultilang ident="D3_USERSONLINE_USERSONLINE"}] -
- - - - - - - [{foreach from=$aUsersOnline.classes item="aClassUser"}] - - - - - - [{/foreach}] -
- [{oxmultilang ident="D3_USERSONLINE_ALL"}] - - [{$aUsersOnline.all }] - - [{if $aUsersOnline.all == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
[{$aClassUser->classname|ucfirst}]: - [{$aClassUser->counter}] - - [{if $aClassUser->counter == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
-
-[{/if}] \ No newline at end of file diff --git a/changed_full/XE450/out/azure/de/d3_usersonline_lang.php b/changed_full/XE450/out/azure/de/d3_usersonline_lang.php deleted file mode 100644 index 34d61c2..0000000 --- a/changed_full/XE450/out/azure/de/d3_usersonline_lang.php +++ /dev/null @@ -1,34 +0,0 @@ - 'ISO-8859-15', -'D3_USERSONLINE_USERSONLINE' => 'Benutzer online', -'D3_USERSONLINE_USER' => 'Benutzer', -'D3_USERSONLINE_USERS' => 'Benutzer', -'D3_USERSONLINE_ALL' => 'gesamt', - -); - -/* -[{ oxmultilang ident='ACTIONS_MAIN_YOUWANTTODELETE' }] -*/ \ No newline at end of file diff --git a/changed_full/XE450/out/azure/tpl/inc/d3usersonline.tpl b/changed_full/XE450/out/azure/tpl/inc/d3usersonline.tpl deleted file mode 100644 index 6d3e7af..0000000 --- a/changed_full/XE450/out/azure/tpl/inc/d3usersonline.tpl +++ /dev/null @@ -1,39 +0,0 @@ -[{if $oxcmp_user && $oxcmp_user->oxuser__oxrights->value == 'malladmin'}] -
-

[{oxmultilang ident="D3_USERSONLINE_USERSONLINE"}]

-
- - - - - - - [{foreach from=$aUsersOnline.classes item="aClassUser"}] - - - - - - [{/foreach}] -
- [{oxmultilang ident="D3_USERSONLINE_ALL"}] - - [{$aUsersOnline.all }] - - [{if $aUsersOnline.all == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
[{$aClassUser->classname|ucfirst}]: - [{$aClassUser->counter}] - - [{if $aClassUser->counter == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
-
-
-[{/if}] \ No newline at end of file diff --git a/changed_full/XE450/out/azure/tpl/layout/sidebar.tpl b/changed_full/XE450/out/azure/tpl/layout/sidebar.tpl deleted file mode 100644 index f820a02..0000000 --- a/changed_full/XE450/out/azure/tpl/layout/sidebar.tpl +++ /dev/null @@ -1,70 +0,0 @@ -[{if $oView->isDemoShop()}] - [{ include file="widget/sidebar/adminbanner.tpl" }] -[{/if}] - -[{if $oxcmp_categories }] -[{capture append="oxidBlock_sidebar" }] - [{include file="widget/sidebar/categoriestree.tpl" categories=$oxcmp_categories->getClickRoot() act=$oxcmp_categories->getClickCat() deepLevel=0}] -[{/capture}] -[{/if}] - -[{*** D3 Modul "UsersOnline" START ***}] - [{include file="inc/d3usersonline.tpl"}] -[{*** D3 Modul "UsersOnline" END ***}] - -[{if $oView->getClassName() eq "start" && $oView->getTop5ArticleList()}] -[{capture append="oxidBlock_sidebar" }] - [{include file="widget/product/boxproducts.tpl" _boxId="topBox" _oBoxProducts=$oView->getTop5ArticleList() _sHeaderIdent="BOX_TOPOFTHESHOP_HEADER"}] -[{/capture}] -[{/if}] - -[{if $oViewConf->getShowListmania() }] -[{capture append="oxidBlock_sidebar"}] - [{include file="widget/sidebar/recommendation.tpl"}] -[{/capture}] -[{/if}] - -[{if $oView->getClassName() ne "details" && $oView->getClassName() ne "tags"}] - [{if $oView->getTagCloudManager() }] - [{capture append="oxidBlock_sidebar"}] - [{include file="widget/sidebar/tags.tpl" oTagsManager=$oView->getTagCloudManager()}] - [{/capture}] - [{/if}] -[{/if}] - -[{if $oxcmp_news|count }] -[{capture append="oxidBlock_sidebar"}] - [{include file="widget/sidebar/news.tpl" oNews=$oxcmp_news}] -[{/capture}] -[{/if}] - -[{if $oView->isActive('FbFacepile') && $oView->isConnectedWithFb()}] -[{capture append="oxidBlock_sidebar"}] - [{include file="widget/facebook/facepile.tpl"}] -[{/capture}] -[{/if}] - -[{if $oView->getClassName() eq "start"}] - [{capture append="oxidBlock_sidebar"}] - [{include file="widget/sidebar/partners.tpl" }] - [{/capture}] -[{/if}] - -[{if $oView->getClassName() eq "start"}] - [{if $oViewConf->showTs("WIDGET")}] - [{capture append="oxidBlock_sidebar"}] - [{include file="widget/trustedshops/ratings.tpl" }] - [{/capture}] - [{/if}] -[{/if}] - -[{if $oView->getClassName() eq "start"}] - [{capture append="oxidBlock_sidebar"}] - [{include file="widget/shoplupe/ratings.tpl" }] - [{/capture}] -[{/if}] - -[{foreach from=$oxidBlock_sidebar item="_block"}] - [{$_block}] -[{/foreach}] - diff --git a/changed_full/XE450/out/basic/de/d3_usersonline_lang.php b/changed_full/XE450/out/basic/de/d3_usersonline_lang.php deleted file mode 100644 index 34d61c2..0000000 --- a/changed_full/XE450/out/basic/de/d3_usersonline_lang.php +++ /dev/null @@ -1,34 +0,0 @@ - 'ISO-8859-15', -'D3_USERSONLINE_USERSONLINE' => 'Benutzer online', -'D3_USERSONLINE_USER' => 'Benutzer', -'D3_USERSONLINE_USERS' => 'Benutzer', -'D3_USERSONLINE_ALL' => 'gesamt', - -); - -/* -[{ oxmultilang ident='ACTIONS_MAIN_YOUWANTTODELETE' }] -*/ \ No newline at end of file diff --git a/changed_full/XE450/out/basic/tpl/_left.tpl b/changed_full/XE450/out/basic/tpl/_left.tpl deleted file mode 100644 index 9b17045..0000000 --- a/changed_full/XE450/out/basic/tpl/_left.tpl +++ /dev/null @@ -1,79 +0,0 @@ -[{if $oView->showSearch() }] - [{ oxmultilang ident="INC_LEFTITEM_PRODUCTSEARCH" }] - -[{/if}] -[{if $oxcmp_categories }] - [{if $oView->showTopCatNavigation()}] - [{include file="inc/category_tree.tpl" tree=$oxcmp_categories->getClickRoot() act=$oxcmp_categories->getClickCat() class="tree"}] - [{else}] - [{include file="inc/category_tree.tpl" tree=$oxcmp_categories act=$oxcmp_categories->getClickCat() class="tree"}] - [{/if}] -[{/if}] - -[{if $oView->loadVendorTree() && $oView->getVendorlist()}] - [{include file="inc/vendor_tree.tpl" tree=$oView->getVendorlist() class="tree"}] -[{/if}] - -[{if $oView->loadManufacturerTree() && $oView->getManufacturerlist()}] - [{include file="inc/manufacturer_tree.tpl" tree=$oView->getManufacturerlist() class="tree"}] -[{/if}] - -[{*** D3 Modul "UsersOnline" START ***}] - [{include file="inc/d3usersonline.tpl"}] -[{*** D3 Modul "UsersOnline" END ***}] - -[{if $oView->showLeftBasket()}] - [{oxid_include_dynamic file="dyn/mini_basket.tpl" type="basket" testid="LeftBasket"}] -[{/if}] - -[{include file="inc/infobox.tpl"}] - -[{if $oxcmp_news && count($oxcmp_news) > 0}] - [{include file="inc/cmp_news.tpl"}] -[{/if}] - -[{ oxmultilang ident="INC_LEFTITEM_PARTNERANDSEAL" }] -
- - -
- - diff --git a/changed_full/XE450/out/basic/tpl/inc/d3usersonline.tpl b/changed_full/XE450/out/basic/tpl/inc/d3usersonline.tpl deleted file mode 100644 index 11b02e2..0000000 --- a/changed_full/XE450/out/basic/tpl/inc/d3usersonline.tpl +++ /dev/null @@ -1,37 +0,0 @@ -[{if $oxcmp_user && $oxcmp_user->oxuser__oxrights->value == 'malladmin'}] - [{oxmultilang ident="D3_USERSONLINE_USERSONLINE"}] -
- - - - - - - [{foreach from=$aUsersOnline.classes item="aClassUser"}] - - - - - - [{/foreach}] -
- [{oxmultilang ident="D3_USERSONLINE_ALL"}] - - [{$aUsersOnline.all }] - - [{if $aUsersOnline.all == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
[{$aClassUser->classname|ucfirst}]: - [{$aClassUser->counter}] - - [{if $aClassUser->counter == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
-
-[{/if}] \ No newline at end of file diff --git a/changed_full/XE451-XE453/out/azure/de/d3_usersonline_lang.php b/changed_full/XE451-XE453/out/azure/de/d3_usersonline_lang.php deleted file mode 100644 index 34d61c2..0000000 --- a/changed_full/XE451-XE453/out/azure/de/d3_usersonline_lang.php +++ /dev/null @@ -1,34 +0,0 @@ - 'ISO-8859-15', -'D3_USERSONLINE_USERSONLINE' => 'Benutzer online', -'D3_USERSONLINE_USER' => 'Benutzer', -'D3_USERSONLINE_USERS' => 'Benutzer', -'D3_USERSONLINE_ALL' => 'gesamt', - -); - -/* -[{ oxmultilang ident='ACTIONS_MAIN_YOUWANTTODELETE' }] -*/ \ No newline at end of file diff --git a/changed_full/XE451-XE453/out/azure/tpl/inc/d3usersonline.tpl b/changed_full/XE451-XE453/out/azure/tpl/inc/d3usersonline.tpl deleted file mode 100644 index 6d3e7af..0000000 --- a/changed_full/XE451-XE453/out/azure/tpl/inc/d3usersonline.tpl +++ /dev/null @@ -1,39 +0,0 @@ -[{if $oxcmp_user && $oxcmp_user->oxuser__oxrights->value == 'malladmin'}] -
-

[{oxmultilang ident="D3_USERSONLINE_USERSONLINE"}]

-
- - - - - - - [{foreach from=$aUsersOnline.classes item="aClassUser"}] - - - - - - [{/foreach}] -
- [{oxmultilang ident="D3_USERSONLINE_ALL"}] - - [{$aUsersOnline.all }] - - [{if $aUsersOnline.all == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
[{$aClassUser->classname|ucfirst}]: - [{$aClassUser->counter}] - - [{if $aClassUser->counter == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
-
-
-[{/if}] \ No newline at end of file diff --git a/changed_full/XE451-XE453/out/azure/tpl/layout/sidebar.tpl b/changed_full/XE451-XE453/out/azure/tpl/layout/sidebar.tpl deleted file mode 100644 index d0e2df3..0000000 --- a/changed_full/XE451-XE453/out/azure/tpl/layout/sidebar.tpl +++ /dev/null @@ -1,74 +0,0 @@ -[{foreach from=$oxidBlock_sidebar item="_block"}] - [{$_block}] -[{/foreach}] - -[{block name="sidebar"}] - [{block name="sidebar_adminbanner"}] - [{if $oView->isDemoShop()}] - [{ include file="widget/sidebar/adminbanner.tpl" }] - [{/if}] - [{/block}] - - [{block name="sidebar_categoriestree"}] - [{if $oxcmp_categories }] - [{include file="widget/sidebar/categoriestree.tpl" categories=$oxcmp_categories->getClickRoot() act=$oxcmp_categories->getClickCat() deepLevel=0}] - [{/if}] - [{/block}] - - [{*** D3 Modul "UsersOnline" START ***}] - [{include file="inc/d3usersonline.tpl"}] - [{*** D3 Modul "UsersOnline" END ***}] - - [{block name="sidebar_trustedshopsratings"}] - [{if $oView->getClassName() eq "start"}] - [{if $oViewConf->showTs("WIDGET")}] - [{include file="widget/trustedshops/ratings.tpl" }] - [{/if}] - [{/if}] - [{/block}] - - [{block name="sidebar_partners"}] - [{if $oView->getClassName() eq "start"}] - [{include file="widget/sidebar/partners.tpl" }] - [{/if}] - [{/block}] - - [{block name="sidebar_boxproducts"}] - [{if $oView->getClassName() eq "start" && $oView->getTop5ArticleList()}] - [{include file="widget/product/boxproducts.tpl" _boxId="topBox" _oBoxProducts=$oView->getTop5ArticleList() _sHeaderIdent="BOX_TOPOFTHESHOP_HEADER"}] - [{/if}] - [{/block}] - - [{block name="sidebar_recommendation"}] - [{if $oViewConf->getShowListmania() }] - [{include file="widget/sidebar/recommendation.tpl"}] - [{/if}] - [{/block}] - - [{block name="sidebar_tags"}] - [{if $oView->showTags() && $oView->getClassName() ne "details" && $oView->getClassName() ne "alist" && $oView->getClassName() ne "tags"}] - [{if $oView->getTagCloudManager() }] - [{include file="widget/sidebar/tags.tpl" oTagsManager=$oView->getTagCloudManager()}] - [{/if}] - [{/if}] - [{/block}] - - [{block name="sidebar_news"}] - [{if $oxcmp_news|count }] - [{include file="widget/sidebar/news.tpl" oNews=$oxcmp_news}] - [{/if}] - [{/block}] - - [{block name="sidebar_facebookfacepile"}] - [{if $oView->isActive('FbFacepile') && $oView->isConnectedWithFb()}] - [{include file="widget/facebook/facepile.tpl"}] - [{/if}] - [{/block}] - - [{block name="sidebar_shopluperatings"}] - [{if $oView->getClassName() eq "start"}] - [{include file="widget/shoplupe/ratings.tpl" }] - [{/if}] - [{/block}] -[{/block}] - diff --git a/changed_full/XE451-XE453/out/basic/de/d3_usersonline_lang.php b/changed_full/XE451-XE453/out/basic/de/d3_usersonline_lang.php deleted file mode 100644 index 34d61c2..0000000 --- a/changed_full/XE451-XE453/out/basic/de/d3_usersonline_lang.php +++ /dev/null @@ -1,34 +0,0 @@ - 'ISO-8859-15', -'D3_USERSONLINE_USERSONLINE' => 'Benutzer online', -'D3_USERSONLINE_USER' => 'Benutzer', -'D3_USERSONLINE_USERS' => 'Benutzer', -'D3_USERSONLINE_ALL' => 'gesamt', - -); - -/* -[{ oxmultilang ident='ACTIONS_MAIN_YOUWANTTODELETE' }] -*/ \ No newline at end of file diff --git a/changed_full/XE451-XE453/out/basic/tpl/_left.tpl b/changed_full/XE451-XE453/out/basic/tpl/_left.tpl deleted file mode 100644 index 9b17045..0000000 --- a/changed_full/XE451-XE453/out/basic/tpl/_left.tpl +++ /dev/null @@ -1,79 +0,0 @@ -[{if $oView->showSearch() }] - [{ oxmultilang ident="INC_LEFTITEM_PRODUCTSEARCH" }] - -[{/if}] -[{if $oxcmp_categories }] - [{if $oView->showTopCatNavigation()}] - [{include file="inc/category_tree.tpl" tree=$oxcmp_categories->getClickRoot() act=$oxcmp_categories->getClickCat() class="tree"}] - [{else}] - [{include file="inc/category_tree.tpl" tree=$oxcmp_categories act=$oxcmp_categories->getClickCat() class="tree"}] - [{/if}] -[{/if}] - -[{if $oView->loadVendorTree() && $oView->getVendorlist()}] - [{include file="inc/vendor_tree.tpl" tree=$oView->getVendorlist() class="tree"}] -[{/if}] - -[{if $oView->loadManufacturerTree() && $oView->getManufacturerlist()}] - [{include file="inc/manufacturer_tree.tpl" tree=$oView->getManufacturerlist() class="tree"}] -[{/if}] - -[{*** D3 Modul "UsersOnline" START ***}] - [{include file="inc/d3usersonline.tpl"}] -[{*** D3 Modul "UsersOnline" END ***}] - -[{if $oView->showLeftBasket()}] - [{oxid_include_dynamic file="dyn/mini_basket.tpl" type="basket" testid="LeftBasket"}] -[{/if}] - -[{include file="inc/infobox.tpl"}] - -[{if $oxcmp_news && count($oxcmp_news) > 0}] - [{include file="inc/cmp_news.tpl"}] -[{/if}] - -[{ oxmultilang ident="INC_LEFTITEM_PARTNERANDSEAL" }] -
- - -
- - diff --git a/changed_full/XE451-XE453/out/basic/tpl/inc/d3usersonline.tpl b/changed_full/XE451-XE453/out/basic/tpl/inc/d3usersonline.tpl deleted file mode 100644 index 11b02e2..0000000 --- a/changed_full/XE451-XE453/out/basic/tpl/inc/d3usersonline.tpl +++ /dev/null @@ -1,37 +0,0 @@ -[{if $oxcmp_user && $oxcmp_user->oxuser__oxrights->value == 'malladmin'}] - [{oxmultilang ident="D3_USERSONLINE_USERSONLINE"}] -
- - - - - - - [{foreach from=$aUsersOnline.classes item="aClassUser"}] - - - - - - [{/foreach}] -
- [{oxmultilang ident="D3_USERSONLINE_ALL"}] - - [{$aUsersOnline.all }] - - [{if $aUsersOnline.all == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
[{$aClassUser->classname|ucfirst}]: - [{$aClassUser->counter}] - - [{if $aClassUser->counter == 1}] - [{oxmultilang ident="D3_USERSONLINE_USER"}] - [{else}] - [{oxmultilang ident="D3_USERSONLINE_USERS"}] - [{/if}] -
-
-[{/if}] \ No newline at end of file