|
C
|
cgphp 10/13/2011 |
|
Set the image field as Custom and enter this code: $page = substr($_SERVER["SCRIPT_NAME"],strrpos($_SERVER["SCRIPT_NAME"],"/")+1); |
|
|
M
|
mumtaz author 10/13/2011 |
|
Ok, running well. Set the image field as Custom and enter this code: $page = substr($_SERVER["SCRIPT_NAME"],strrpos($_SERVER["SCRIPT_NAME"],"/")+1); |
|
|
C
|
cgphp 10/14/2011 |
|
Check how ibox works when the field is set as image. |
|