I have a small PHP based directory indexor on my site. One of the templates handles the title tag as follows:
<title>{info:dir}</title>
The generated title tag starts with “./” for instance “./dir1/dir2/and_so_on”.
What I want is to get rid of the “./” at the begining.
The PHP classes are here: [removed]
Please advice?
Template.php, line 121, replace with
if it always has
./in front you could use also