The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
There are functions that return echo values, how can I integrate them with style where I have a $content variable?
Code:
function sayhello() { echo 'hello'; } Code:
eval('$content .= "' . sayhello() . '";'); Code:
$content .= sayhello(); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|