
04-20-2007, 02:39 AM
|
 |
|
|
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MoB Dudditz MD
I believe you can go one step further by combining both conditionals
by adding the AND after each condition.
PHP Code:
<if condition="$show['avatar'] AND $show['member']">
PHP Code:
<if condition="$post['signature'] AND $show['member']">
This way, you avoid the extra </if> since its not needed
and saves a few characters of code in the process.
|
Thats true as well
|