Magnolia

A simple tag to show off your love for Magnolia

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 3.6.2, 3.6.3
  • Component/s: taglibs
  • Labels:
  • Description:
    Hide

    Maybe you already show your love for Magnolia with code similar to this in your templates :

    Powered by <a href="http://www.magnolia.info">Magnolia</a> <%
    LicenseFileExtractor l = LicenseFileExtractor.getInstance();%>
    <%=l.get(LicenseFileExtractor.EDITION)%> <%=l.get(LicenseFileExtractor.VERSION_NUMBER)%>.</p>

    We'll encapsulate this in a simple tag to make it even nicer

    Show
    Maybe you already show your love for Magnolia with code similar to this in your templates :
    Powered by <a href="http://www.magnolia.info">Magnolia</a> <%
    LicenseFileExtractor l = LicenseFileExtractor.getInstance();%>
    <%=l.get(LicenseFileExtractor.EDITION)%> <%=l.get(LicenseFileExtractor.VERSION_NUMBER)%>.</p>
    We'll encapsulate this in a simple tag to make it even nicer

Activity

Hide
Grégory Joseph added a comment - 30/Jul/08 9:43 PM

done
<cmsu:poweredBy /> - message is customizable using the pattern attribute.

Show
Grégory Joseph added a comment - 30/Jul/08 9:43 PM done <cmsu:poweredBy /> - message is customizable using the pattern attribute.

People

Dates

  • Created:
    30/Jul/08 6:45 PM
    Updated:
    17/Mar/09 9:47 PM
    Resolved:
    30/Jul/08 9:43 PM