Skip to content

Commit

Permalink
Updated: Refactor Setup Registration Template to replace ez.no links
Browse files Browse the repository at this point in the history
  • Loading branch information
se7enxweb authored Dec 26, 2023
1 parent 5849da7 commit c25d9a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions design/standard/templates/setup/init/registration.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
{'<p>If you need to share knowledge, exchange tips with developers or simply find some improvement tricks, the eZ Community is the place to go.</p>
<p>How do you access it?</p>
<ul>
<li>Go on %share_link%share.ez.no%a%</li>
<li>Go on %share_link%share.se7enx.com%a%</li>
<li>Click on Register (top of the page) and create your profile</li>
<li>Here you can check out the %blogs_link%blog posts%a%, %events_link%events%a%, %partners_link%partners%a%...</li>
<li>Here you can check out the %blogs_link%blog posts%a%, %articles_link%articles%a%, %forums_link%forums%...</li>
</ul></p>
<p>We’re looking forward to seeing what you share with the Community!</p>'|i18n('design/standard/setup/init',
null,
hash(
'%a%', '</a>',
'%share_link%', '<a href="http://share.ez.no/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%blogs_link%', '<a href="http://share.ez.no/blogs/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%events_link%', '<a href="http://share.ez.no/events/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%partners_link%', '<a href="http://share.ez.no/members-partners/find-a-partner/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">'
'%share_link%', '<a href="https://share.se7enx.com/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%blogs_link%', '<a href="https://share.se7enx.com/blogs/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%aricles_link%', '<a href="https://share.se7enx.com/learn/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">',
'%forums_link%', '<a href="https://share.se7enx.com/forums/?utm_source=Setup%20Wizard&utm_medium=Setup%20Wizard&utm_campaign=Setup%20Wizard">'
)
)}

Expand Down

0 comments on commit c25d9a4

Please sign in to comment.