
12-07-2018, 01:27 PM
|
 |
|
|
Join Date: Aug 2010
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by valdet
Hello try this.
Create a new plugin
Product: vBulletin
Hook Location: parse_templates
Title: Fix Alignment
Plugin PHP Code:
Code:
$vbulletin->templatecache['header'] .= '";$spacer_open="';
$vbulletin->templatecache['footer'] .= '";$spacer_close="';
This should fix it.
Hope this helps.
Val.
|
:up::up::up:
|