|
#1
|
||||
|
||||
|
Trouble with <LANG_CAPTURE_DATE>
I made the update to 1.4, and I changed the tags to used them with the language. So I added the <LANG_CAPTURE_DATE> tag, but it breaks my template.
When I added to image_template.html, everything after the tag was not displayed, even other exif tags. I'm using a modified version of the simplyblue template.
__________________
Netwalker Photoblog: http://fotoblog.fandino.net Blog: http://www.fandino.net/cesar/ (In spanish) Visit Foto Digital Mexico |
|
#2
|
||||
|
||||
|
ooops! not again!
this was fixed in another area but this one is missed! I'll ask to update this in the downloading section but your just replace about line 337 of index.php Code:
$tpl = str_replace("<LANG_CAPTURE_DATE>",$capture_date,$tpl);
Code:
$tpl = ereg_replace("<LANG_CAPTURE_DATE>",$capture_date,$tpl);
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#3
|
||||
|
||||
|
Perfect!!!
Thanks
__________________
Netwalker Photoblog: http://fotoblog.fandino.net Blog: http://www.fandino.net/cesar/ (In spanish) Visit Foto Digital Mexico |
| Thread Closed |
| Thread Tools | |
|
|