Multiple Functions [message #24778] |
Fri, 13 May 2005 19:18 |
impactdni
Messages: 7 Registered: May 2005
Karma: 0
|
Junior Member |
|
|
I'm working on editing a bit of the forum, but I've found the same function in multiple files, identical function. Is there a reason these functions are in multiple files and not in a common php include?
Whats the best way to go about editing a function that is in multiple places?
|
|
|
Re: Multiple Functions [message #24788 is a reply to message #24778] |
Sat, 14 May 2005 14:31 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You are looking @ the compiled ".php" files built by the forum's template compiler. What you should be editing are the *.t files inside the src/ directory.
FUDforum Core Developer
|
|
|
|
|
|