Advertisement
Guest User

Untitled

a guest
Jul 16th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. add_action('ava_after_main_menu','logo_text');
  2. function logo_text() {
  3. echo "<div class='logo-text'><a href='http://kriesi.at'>This is my custom text!</a></div>";
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement