Changing navbar template
Hello, i need to change string "Private messages" in the navigation bar in the top of the page. (it is near "Welcome, username").
I have a template in my database with title "navbar" (templateid 9767).
Needed part of menu prints with this template by next function:
construct_phrase("$vbphrase[private_messages_nav]", "$vbphrase[unread_x_nav_compiled]", "$vbphrase[total_x_nav_compiled]", "" . $GLOBALS['vbulletin']->session->vars['sessionurl_q'] . "")
I have a problem - i cannot find where i can change content of $vbphrase[private_messages_nav], can anyone help me please?
Tnx in advance
My vBulletin Version is 3.7.2.
|