aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuleweb/php: Implement import/require  (Read 2583 times)

Belgabor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
amuleweb/php: Implement import/require
« 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  ;)
Logged

lfroen

  • Guest
Re: amuleweb/php: Implement import/require
« Reply #1 on: June 16, 2006, 06:27:21 AM »

I will implement it. Soon.
Logged

lfroen

  • Guest
Re: amuleweb/php: Implement import/require
« Reply #2 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.
Logged

lfroen

  • Guest
Re: amuleweb/php: Implement import/require
« Reply #3 on: June 18, 2006, 08:42:18 PM »

Must be working now.
Logged