<?php
## Account name
define('ACCOUNT_NAME', 'Here you name picasa account');
## Folder cache
define('CACHE_FOLDER', dirname(__FILE__).'/../cache');
## Name of the cache file
define('MAIN_FILENAME', CACHE_FOLDER.'/picasa.xml');
## Url of feed
define('URL_FEED', 'http://picasaweb.google.com/data/feed/base/user/'.ACCOUNT_NAME.'?kind=album&alt=rss&hl=en_US&access=public');
?>
|