在链接项";l()";中使用drupalu getu destination();
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在链接项";l()";中使用drupalu getu destination();相关的知识,希望对你有一定的参考价值。
When adding a link to a form say for instance a login form you can use drupal_get_destination() to return the user to the page they were on when they finish loging in. This show you how to do this programatically in a link l(); function.
global $base_url; l("Member Login", $base_url."/user/login?".drupal_get_destination()),);
以上是关于在链接项";l()";中使用drupalu getu destination();的主要内容,如果未能解决你的问题,请参考以下文章