Trying to use MyThreads links manager to update links on our front page without having to directly edit the code.
Here is the page we're trying to include on the home page: http://www.ealantamagazine.com/links/index.php3?category=1
and here is the home page:
http://www.ealantamagazine.com/.
Notice that the original page shows up but the area where it's suppose to appear on the home page only shows this message:
Warning: require(./lib/phplib/template.inc) [function.require]: failed to open stream: No such file or directory in /home/natura44/public_html/ealantamagazine.com/links/index.php3 on line 16
Warning: require(./lib/phplib/template.inc) [function.require]: failed to open stream: No such file or directory in /home/natura44/public_html/ealantamagazine.com/links/index.php3 on line 16
Fatal error: require() [function.require]: Failed opening required './lib/phplib/template.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/natura44/public_html/ealantamagazine.com/links/index.php3 on line 16
What's wrong? And is there a better way to do this?