Habr
All streams
Search
Write a publication
Settings
Login
Pull to refresh
0
Тарас
@tornado_tm
User
Follow
Send message
Profile
Articles
Posts
News
Comments
1
More
Dropdown
Bookmarks
1
Followers
Following
1
Copy RSS link
Создание модуля под Drupal 7. Часть 1
tornado_tm
Oct 31 2013 at 10:15
а почему в tpl-файлах не использовалась функция l()? Вместо:
Получилось бы
l($url->name, «rss_feeds/{$url->id}/items», array('attributes' => array('target' => '_blank')));
Плюс на сабмите форм используйте $form_state['redirect'] вместо drupal_goto().
drupal.stackexchange.com/a/30938
Information
Rating
Does not participate
Location
Луцк, Волынская обл., Украина
Date of birth
May 10 1988
Registered
November 4 2011
Activity
June 30 2021 at 07:48
Получилось бы
l($url->name, «rss_feeds/{$url->id}/items», array('attributes' => array('target' => '_blank')));
Плюс на сабмите форм используйте $form_state['redirect'] вместо drupal_goto(). drupal.stackexchange.com/a/30938