Guest User

Untitled

a guest
Oct 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. link: "www.anylink.com"
  2.  
  3. link: "www.anylink-prod.com"
  4.  
  5. $settings["custom_link"]={{link}};
  6.  
  7. function theme_preprocess_page(&$variables) {
  8. $variables[theme_link] = Settings::get('custom_link');
  9. }
Add Comment
Please, Sign In to add comment