PDA

View Full Version : don't work my plugin for add style


irantk
01-18-2017, 10:29 AM
hi
plugin code is specified in the image below:

https://vborg.vbsupport.ru/external/2017/01/4.jpg


but don,t work. :confused:
please help me

MarkFL
01-18-2017, 11:39 AM
Use the Hook Location "parse_templates" and wrap your code in:

if (THIS_SCRIPT === 'showthread')
{
}

Use the template hook:

$template_hook['headinclude_css']

irantk
01-18-2017, 12:13 PM
Thank you. Working properly... :)