Advertisement
Sadchenko

Ссылка на редактирование ноды Drupal

Aug 20th, 2016
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1.                     if (!empty($is_admin) or array_key_exists(3, $user->roles)) {
  2.                         echo '<a id="node-edit-'.$nid.'" class="node_edit animate3" href="/node/'.$nid.'/edit?destination='.$_SERVER['REQUEST_URI'].'"><font class="icon-pencil"></font><span class="animate3">Редактировать</span></a>';
  3.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement