b2evo: change default empty text

by prettyscripts on 2010-09-27 11:35

phpb2evolution

when there's nothing to display or when there's nothing in search result, the following message is displayed:

sorry, there's nothing to display...

to change this text, locate display_if_empty() in template and add a new parameter, so it looks like:

PHP:

display_if_empty(array(
        'msg_empty' => 'your empty message here',
    ));