In php/html code how do I reference a drupal 7 view and pass a variable? -


working on site, found previous developer had lot of hard coded php site. need turn around , don't have time implement drupal features this.

the programmer had his:

<a href="${nurl}"  data-bylink="${sport_url_get}" class="bspyu"> 

this link site. adding view detail page, want above link point view , pass nid specific detail object queries. example want transform above url like:

<a href=newview/13  class="byu"> 

how can in php/html code. more exact question is, in php/html code how reference drupal view , pass variable?


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -