Issue Details (XML | Word | Printable)

Key: MAGNOLIA-2292
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Grégory Joseph
Reporter: Grégory Joseph
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Magnolia

A simple tag to show off your love for Magnolia

Created: 30/Jul/08 06:45 PM   Updated: 17/Mar/09 09:47 PM
Component/s: taglibs
Affects Version/s: None
Fix Version/s: 3.6.2, 3.6.3

Time Tracking:
Not Specified

Labels:
Resolution Date: 30/Jul/08 09:43 PM


 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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Grégory Joseph added a comment - 30/Jul/08 09:43 PM
done
<cmsu:poweredBy /> - message is customizable using the pattern attribute.