LinkDirectory - Version 0.1.8

Version Notes

Versioin 0.1.6

Download this release

Release Info

Developer Magento Core Team
Extension LinkDirectory
Version 0.1.8
Comparing to
See all releases


Code changes from version 0.1.7 to 0.1.8

app/code/community/Magestore/Linkdirectory/Block/Linkdirectory.php CHANGED
@@ -17,12 +17,6 @@ class Magestore_Linkdirectory_Block_Linkdirectory extends Mage_Core_Block_Templa
17
 
18
  public function getListLinkHTML()
19
  {
20
-
21
- if(! intval(Mage::getStoreConfig('linkdirectory/general/customer_enabled')))
22
- {
23
- return;
24
- }
25
-
26
  $data = $this->getRequest()->getPost();
27
 
28
  // prepare data to send
@@ -58,11 +52,6 @@ class Magestore_Linkdirectory_Block_Linkdirectory extends Mage_Core_Block_Templa
58
 
59
  public function getLinkDetailHTML()
60
  {
61
- if(! intval(Mage::getStoreConfig('linkdirectory/general/customer_enabled')))
62
- {
63
- return;
64
- }
65
-
66
  $link = $this->getRequest()->getParam('link');
67
 
68
  if(!$link)
17
 
18
  public function getListLinkHTML()
19
  {
 
 
 
 
 
 
20
  $data = $this->getRequest()->getPost();
21
 
22
  // prepare data to send
52
 
53
  public function getLinkDetailHTML()
54
  {
 
 
 
 
 
55
  $link = $this->getRequest()->getParam('link');
56
 
57
  if(!$link)