| @@ -1,13 +1,13 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <extension type="Template" version="1.0" extends="Extensioninstancesviewstemplates"> | ||
| <name>VIEW_TEMPLATE_PORTLETTEXT_NAME</name> | ||
| <author>Amy Stephen</author> | ||
| <create_date>August 2012</create_date> | ||
| <copyright>Copyright (C) 2012 Amy Stephen. All rights reserved.</copyright> | ||
| <license>GNU GPL v 2, or later and MIT, see License folder</license> | ||
| <author_email>AmyStephen@gmail.com</author_email> | ||
| <author_url>http://molajo.org</author_url> | ||
| <version>1.0</version> | ||
| <description>VIEW_TEMPLATE_PORTLETTEXT_DESCRIPTION</description> | ||
| <model name="Portlettext"/> | ||
| </extension> |
| @@ -0,0 +1,13 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <extension type="Template" version="1.0" extends="Extensioninstancesviewstemplates"> | ||
| <name>VIEW_TEMPLATE_PORTLETVIDEO_NAME</name> | ||
| <author>Amy Stephen</author> | ||
| <create_date>August 2012</create_date> | ||
| <copyright>Copyright (C) 2012 Amy Stephen. All rights reserved.</copyright> | ||
| <license>GNU GPL v 2, or later and MIT, see License folder</license> | ||
| <author_email>AmyStephen@gmail.com</author_email> | ||
| <author_url>http://molajo.org</author_url> | ||
| <version>1.0</version> | ||
| <description>VIEW_TEMPLATE_PORTLETVIDEO_DESCRIPTION</description> | ||
| <model name="Portletvideo"/> | ||
| </extension> |
| @@ -0,0 +1,7 @@ | ||
| ; Molajo Project | ||
| ; Copyright (C) 2012 Amy Stephen. All rights reserved. | ||
| ; License GNU GPL v 2, or later and MIT, see License folder | ||
| ; Note : All ini files need to be saved as UTF-8 | ||
|
|
||
| VIEW_TEMPLATE_PORTLETVIDEO_NAME="Portletvideo View" | ||
| VIEW_TEMPLATE_PORTLETVIDEO_DESCRIPTION="Default View for Portletvideo Resource." |