[
http://jira.magnolia.info/browse/MAGNOLIA-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gregory Joseph updated MAGNOLIA-2292:
-------------------------------------
Description:
Maybe you already show your love for Magnolia with code similar to this in your
templates :
{code}
Powered by <a href="http://www.magnolia.info">Magnolia</a> <%
LicenseFileExtractor l = LicenseFileExtractor.getInstance();%>
<%=l.get(LicenseFileExtractor.EDITION)%>
<%=l.get(LicenseFileExtractor.VERSION_NUMBER)%>.</p>
{code}
We'll encapsulate this in a simple tag to make it even nicer :)
was:
Maybe you already show your love for Magnolia with code similar to this in your
templates.
{code}Powered by <a href="http://www.magnolia.info">Magnolia</a> <%
LicenseFileExtractor l = LicenseFileExtractor.getInstance();%>
<%=l.get(LicenseFileExtractor.EDITION)%>
<%=l.get(LicenseFileExtractor.VERSION_NUMBER)%>.</p>
{code}
We'll encapsulate this in a simple tag to make it even nicer :)
> A simple tag to show off your love for Magnolia
> -----------------------------------------------
>
> Key: MAGNOLIA-2292
> URL: http://jira.magnolia.info/browse/MAGNOLIA-2292
> Project: Magnolia
> Issue Type: New Feature
> Components: taglibs
> Reporter: Gregory Joseph
> Assignee: Gregory Joseph
> Fix For: 3.6.2
>
>
> Maybe you already show your love for Magnolia with code similar to this in
> your templates :
> {code}
> Powered by <a href="http://www.magnolia.info">Magnolia</a> <%
> LicenseFileExtractor l = LicenseFileExtractor.getInstance();%>
> <%=l.get(LicenseFileExtractor.EDITION)%>
> <%=l.get(LicenseFileExtractor.VERSION_NUMBER)%>.</p>
> {code}
> We'll encapsulate this in a simple tag to make it even nicer :)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------