GetSimple Support Forum

Full Version: rss.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://get-simple.info/extend/plugin/rssphp/57/

a manual for those who do not know php?
copy the file into the plugins-directory

add this to your template:

Code:
<?php show_rss($url); ?>

is it working?
no. that will use a subdirectory?

Editing File: http://mamalibre.com.ar/status/theme/Inn...mplate.php

Code:
...
...
...
<!-- include the footer template -->
<?php show_rss($url); ?>
<?php include('footer.php'); ?>

not that does not work.