Update of /cvsroot/phpwebsite-comm/modules/featuredphoto/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7357/templates
Added Files:
settings.tpl
Log Message:
Added Flickr library and settings
--- NEW FILE: settings.tpl ---
{START_FORM}
<fieldset><legend><strong>{FLICKR_SUPPORT} {FLICKR_SUPPORT_LABEL}</strong></legend>
<p><em>{FLICKR_NOTICE}</em></p>
<p><a href="http://www.flickr.com/services/api/misc.api_keys.html">{FLICKR_API_KEY_LABEL}</a><br />{FLICKR_API_KEY}</p>
<p>{FLICKR_USERNAME_LABEL}<br />{FLICKR_USERNAME}</p>
</fieldset>
{SUBMIT}
{END_FORM}
|