Show complete PageTitel

how can i show the complete PageTitle and prevent the Action-Plugin “PageTitle” from cutting the PageTitle after 30 Characters?

thx in Advance

[quote=contentinnovation @ Dec 14 2009, 10:35 AM]how can i show the complete PageTitle and prevent the Action-Plugin “PageTitle” from cutting the PageTitle after 30 Characters?

thx in Advance[/quote]
found it myself
-> plugins/CoreHome/templates/datatable.js
truncate(30)

Thanks, this worked well for me. I found that a length of 85 created a nice 2-line display. It would be nice to see this as a config option.