Info
- 4 posts
- 3 voices
- Started 1 year ago by Ateo
- Latest reply from Ashfame
- This topic is not resolved
function bb_get_topic_move_dropdown
-
- Posted 1 year ago #
Line 1508:
$defaults = array( 'id' => 0, 'before' => '[', 'after' => ']' );really disrupts the layout. Changing to:
$defaults = array( 'id' => 0, 'before' => NULL, 'after' => NULL );Fixes the nasty template issue.
Can this line of code be modified in the core code for distribution?
Thanks
-
- Posted 1 year ago #
Its already fixed!
-
- Posted 1 year ago #
Link to the revision or trac report please?
-
- Posted 1 year ago #
Sorry Chris,
I can't recall. It was earlier reported on forums only and at that time it was fixed. -
You must log in to post.