Egstudio Posted April 15, 2010 Share Posted April 15, 2010 שלום, מאחר ונתקלתי בכמה וכמה שאלות בפורום (לא רק הישראלי אלא בעוד שפות) לגבי תפריט מאוזן החלטתי לפרסם את הפתרון שליצריך להכניס את הקוד קצת מעל לשורה האחרונה בקובץHeader.php /* Get first level categories */ $blockCategTree = Category::getHomeCategories(_USER_ID_LANG_); /* Set the current page */ if (isset($_GET['id_category'])) { $cookie->last_visited_category = intval($_GET['id_category']); $smarty->assign('currentCategoryId', intval($_GET['id_category'])); } /* Assign the data */ $smarty->assign('blockCategTree', $blockCategTree); Header.tpl {foreach from=$blockCategTree item=child name=blockCategTree} <a href="{$link->getCategoryLink($child.id_category, true)}">{$child.name|escape:htmlall:'UTF-8'}</a> {/foreach} אפשר להשתמש בפתרון הזה בכל תבנית נקווה שאהבתם ושזה עזרEG Studio - Prestashop E-Commerce Link to comment Share on other sites More sharing options...
Igor.Kublanov Posted April 21, 2013 Share Posted April 21, 2013 הי ! לא ברור באיזה קובץ header.tpl יש לעדכן. Link to comment Share on other sites More sharing options...
prestaisrael Posted April 21, 2013 Share Posted April 21, 2013 בגרסאות האחרונות כבר קיים תפריט מאוזן כך שאין צורך להוסיף כלום Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now