Posted by rujikin on November 4, 2012 at 10:04pm
Is there a way to change the page title using views? I am using contextual filters and panels.
<head><title>%1 %2 - Website </title></head>
Is there a way to change the page title using views? I am using contextual filters and panels.
<head><title>%1 %2 - Website </title></head>
Comments
=-=
using views no. Views is a query writer. however, you may be able to utilize http://drupal.org/project/page_title . I can't speak for whether or not it can be used with panels. It does however integrate with the views.module..
Simple yet effective module.
Simple yet effective module. Me Like
Thanks!