Guest User

Untitled

a guest
Aug 24th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function ThemeName_preprocess_node(&$variables) {
  2. $variables['<div class="info">']= str_replace(
  3. array('A','B','C','D','E','F'),
  4. array('a1','b2','c3','d4','e5','f6'),
  5. $variables['<div class="info">']
  6. );
  7. }
Add Comment
Please, Sign In to add comment