View Single Post
Old June 28th, 2006, 11:49 PM   #3 (permalink)
jgommel
Member
Verified Customer
 
jgommel's Avatar
 
Join Date: Aug 2005
Location: Mentor, OH
Posts: 41
Send a message via AIM to jgommel Send a message via MSN to jgommel
To fix the missing &middot...

For those that want to fix this, I finally found it...

If your using a 3rd party text editor that allows you to enable line numbers,
locate line 912 and change $pmenu to $admmenu. This will add the dot back inbetween Hide Image and Make Sticky.

[BEFORE]
911 {
912 $pmenu .= " · ";
913 }

[AFTER]
911 {
912 $admmenu .= " · ";
913 }
jgommel is offline   Reply With Quote