Advertisement
Guest User

Untitled

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