updated: remove a/c menu
This commit is contained in:
parent
a9d2bddb80
commit
56bee94628
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
{$leftMenuLinks = array_slice($myAccountLinks, 7)}
|
||||
|
||||
<div class="container marginBottom">
|
||||
{include file="$style_dir/blocks/manage/account_menu.html"}
|
||||
{*include file="$style_dir/blocks/manage/account_menu.html"*}
|
||||
<div class="cb-box clearfix row">
|
||||
<!-- Listing Categories -->
|
||||
{include file="$style_dir/blocks/category_list.html" type='channels'}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{$leftMenuLinks = array_slice($myAccountLinks, 7)}
|
||||
|
||||
<div class="container marginBottom">
|
||||
{include file="$style_dir/blocks/manage/account_menu.html"}
|
||||
{*include file="$style_dir/blocks/manage/account_menu.html"*}
|
||||
<div class="row cb-box">
|
||||
|
||||
<!--<ul class="">-->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{$myAccountLinks = $userquery->my_account_links()}
|
||||
{$leftMenuLinks = array_slice($myAccountLinks, 7)}
|
||||
<div class="container">
|
||||
{include file="$style_dir/blocks/manage/account_menu.html"}
|
||||
{*include file="$style_dir/blocks/manage/account_menu.html"*}
|
||||
<div class="row cb-box marginBottom">
|
||||
<!-- Listing Categories -->
|
||||
{include file="$style_dir/blocks/category_list.html" type='groups'}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{$myAccountLinks = $userquery->my_account_links()}
|
||||
{$leftMenuLinks = array_slice($myAccountLinks, 6)}
|
||||
<div class="container">
|
||||
{include file="$style_dir/blocks/manage/account_menu.html"}
|
||||
{*include file="$style_dir/blocks/manage/account_menu.html"*}
|
||||
<!--<div class="cb-box row">
|
||||
{assign var=sorting_links value=sorting_links()}
|
||||
<h4 class="smaller lighter pull-left">{lang code="Browsing All Photos"}: </h4>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{$leftMenuLinks = array_slice($myAccountLinks, 7)}
|
||||
|
||||
<div class="container marginBottom">
|
||||
{include file="$style_dir/blocks/manage/account_menu.html"}
|
||||
{*include file="$style_dir/blocks/manage/account_menu.html"*}
|
||||
<div class="cb-box clearfix row">
|
||||
{*include file="$style_dir/blocks/manage/left_side_bar.html"*}
|
||||
<!-- Listing Categories -->
|
||||
|
|
Loading…
Add table
Reference in a new issue