Hello all,
I want to know how to "insert" a function in a view ? And to adapt it for a particular view ?
I don't find the way by the drupal's interface and in the template.php
It's exactly what I need, please see
http://drupalworx.com/links and the function :
thank's raf
Raf Raf ha scritto:
Hello all,
I want to know how to "insert" a function in a view ? And to adapt it for a particular view ? I don't find the way by the drupal's interface and in the template.php
It's exactly what I need, please see http://drupalworx.com/links and the function :
thank's raf
Create a file called template.php in the template's directory and insert that function in this file.
M.