Method GetList() has four lines that display sorting
icons. The icons don't show up on branch sites because
the browser looks for them in the home directory. It
needed to be pointed towards the SOURCE directory for
the images.
The enclosed patch fixes those 4 lines.
I'll be sending some more extensive patches later on,
so if the diff format I used here is an inconvenient
one, please let me know.
context Unix diff format patch file for Manager.php
Logged In: YES
user_id=225888
The proper way to fix this is to copy the core images to
each branch so that they can be accessed relatively. ex. cp
-r hub_dir/images/core/ branch_dir/images/
phpwebsite should do this for you when creating a branch if
the permissions are set properly.
Steven