aMule Forum

English => Feature requests => Topic started by: Belgabor on June 15, 2006, 04:00:11 PM

Title: amuleweb/php: Implement import/require
Post by: Belgabor on June 15, 2006, 04:00:11 PM
It would be nice to have one of those functions available. Like I said in my first thread in the development forum, I'm currently hacking the chicane template and I would feel a lot better and safer if I could move the header/navigational part to a separate php file to be included in the individual pages.

As I think this is best and most quickly done by someone familiar with the php scripting engine, I post this as a feature request rather than trying to implement it myself  ;)
Title: Re: amuleweb/php: Implement import/require
Post by: lfroen on June 16, 2006, 06:27:21 AM
I will implement it. Soon.
Title: Re: amuleweb/php: Implement import/require
Post by: lfroen on June 17, 2006, 10:03:48 PM
Implementation of "include" commited to svn. Now you can

include 'somefile.php'

Correction: doesn't work yet (oops) - working on it.
Title: Re: amuleweb/php: Implement import/require
Post by: lfroen on June 18, 2006, 08:42:18 PM
Must be working now.