Adding code of php to display on all pages

Hello - I have two line PHP Code - which I wanted to display right above the top menu bar i.e. category therefore I wanted to know besides block which file I need to edit so I can have my notification display right above the menu bar


```php



```



Thanks

Why don't you use cs-cart notification system?



fn_set_notification('N', fn_get_lang_var('notice'), '[YOUR TEXT]');
fn_set_notification('E', fn_get_lang_var('error'), '[YOUR TEXT]');
fn_set_notification('W', fn_get_lang_var('warning'), '[YOUR TEXT]');




You wish this to appear only on categories?





Valentin