Skip to content

Instantly share code, notes, and snippets.

View luckyduck's full-sized avatar

Jan Brinkmann luckyduck

View GitHub Profile
@luckyduck
luckyduck / Navigation.php
Created September 23, 2012 15:17
Patch for "Webguys / Customer Navigation" (add "My Applications" for Magento 1.7)
<?php
class Webguys_CustomerNavigation_Block_Account_Navigation extends Mage_Customer_Block_Account_Navigation {
public function getLinks(){
$pre_links = $this->_links;
$tmp_links = array();
$this->_links = array();
$startcnt = 100000;