Skip to content

Commit 4fa562a

Browse files
authored
Merge pull request #49 from magefan/12741-link-in-general-section
12741-link-in-general-section
2 parents cca4aa8 + 7eb12c1 commit 4fa562a

File tree

1 file changed

+3
-2
lines changed
  • Block/Adminhtml/System/Config/Form

1 file changed

+3
-2
lines changed

Block/Adminhtml/System/Config/Form/Info.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
119119
<div class="product-info-wrapper">
120120
<div class="row-1">
121121
<div class="block-title">
122-
' . $this->escapeHtml($moduleTitle) . ($plan ? ' (' . $plan . ')' : '') . ' v' . $this->escapeHtml($currentVersion) . '
122+
<a href="' . $this->escapeHtml($moduleUrl) . $utmParam . '&utm_campaign=extension-name" target="_blank">' . $this->escapeHtml($moduleTitle) . ($plan ? ' (' . $plan . ')' : '') . '</a> v' . $this->escapeHtml($currentVersion) . '
123123
</div>
124124
</div>
125125
<div class="row-2">
126126
<span class="block-dev">developed by
127-
<a href="' . $this->escapeHtml($moduleUrl) . $utmParam . '&utm_campaign=developed-by-magefan" target="_blank">Mage' . 'fan</a>
127+
<a href="' . 'https://mage' . 'fan.com' . '&utm_campaign=developed-by-magefan" target="_blank">Mage' . 'fan</a>
128128
</span>
129129
<span class="block-dot"></span>
130130
<span class="block-guide">
@@ -175,6 +175,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
175175
.section-info .col-info .product-icon img {border-radius: 6px;}
176176
.section-info .row-1 {margin-bottom: 14px;}
177177
.section-info .row-1 .block-title {color: #000000;font-size: 24px;line-height: 32px;font-weight: 600;}
178+
.section-info .row-1 .block-title a {color: #000000;text-decoration: none;}
178179
.section-info .row-2 {display: flex;align-items: center;}
179180
.section-info .row-2 .block-dev {color: #98A2B3;}
180181
.section-info .row-2 .block-dev a {color: #DA5D28;}

0 commit comments

Comments
 (0)