The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Applying HTML tags to parts of PHP file
I am trying to change the font-colour of part of a query in php, by using a CSS class in html.
I want the following code to have the css class 'time' applied to it. '.vbdate($vbulletin->options['timeformat'], $dateline); I have edited the above php code in this way: echo '<span class=\"time\">' '.vbdate($vbulletin->options['timeformat'], $dateline) '</span>' ; This code however does not work. Does anyone here know how I can correctly apply the 'time' class to a piece of code in php? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|