6 lines
184 B
PHP
6 lines
184 B
PHP
<?php
|
|
$XMLFILE = "http://api.flickr.com/services/feeds/groups_pool.gne?id=1574695@N22&lang=en-us&format=rss";
|
|
$TEMPLATE = "openstack-flickr-template.html";
|
|
include("rss2html.php");
|
|
?>
|