|
Revision 2052, 398 bytes
(checked in by fumiakiy, 19 months ago)
|
|
Integrated Widget Manager to the core. BugId:68750
Now a widgetset is another type of template. The widgets contained in a widgetset is stored in a meta field.
|
-
Property svn:keywords set to
Id Date Author Revision
|
| Line | |
|---|
| 1 | <mt:BlogIfCCLicense> |
|---|
| 2 | <div class="widget-creative-commons widget"> |
|---|
| 3 | <div class="widget-content"> |
|---|
| 4 | <a href="<$mt:BlogCCLicenseURL$>"><img alt="Creative Commons License" src="<$mt:BlogCCLicenseImage$>" /></a><br /> |
|---|
| 5 | <__trans phrase="This weblog is licensed under a"> <a href="<$mt:BlogCCLicenseURL$>"><__trans phrase="Creative Commons License"></a>. |
|---|
| 6 | </div> |
|---|
| 7 | </div> |
|---|
| 8 | </mt:BlogIfCCLicense> |
|---|