[PHP] Re: What's this in my dir list?

2006-05-18 Thread Barry
tedd schrieb: Hi Gang: When I list one of my directories, via: echo(""); system("ls -l"); echo(""); I get: -rw-r--r-- 1 ancientstones psacln 6980 Apr 28 18:46 ancientstones.gif -rw-r--r-- 1 ancientstones psacln 2090 May 14 10:10 as.css -rw-r--r-- 1 ancientstones psacln 658 May 2 14:59

Re: [PHP] Re: What's this

2004-06-17 Thread Keith Greene
This stuff is common in PHPbb. Usually you will find the constants like that located in the template files. The definitions for those constants are usually found in the php file associated with that template file. For example, if you found "" in /templates/subsilver/memberlist_body.tpl, the defi

[PHP] Re: What's this

2004-06-17 Thread Pieter from SA
This type of action is used in a lot of files in "PHPbb". I need to change someting in the "Jump to" at the bottom of Search and memberlist pages. "Pieter From Sa" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > This has me confused, is this Java or a php class, a constant or

[PHP] Re: What's this

2004-06-17 Thread Christof Rath
Pieter From Sa wrote: It seems to be part of a template. There should be a kind of template class or at least a substitution routine, which will be called before the page will be displayed, that replaces {S_MODE} with a useful value. c. -- PHP General Mailing List (http://www.php.net/) To unsub