if node sticky no set sticky class

pp - November 23, 2006 - 07:18
Project:Slurpee
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

slurpee.themes line 154.

<?php

$output
.= "        <table width=\"100%\" cellspacing=\"0\" cellpadding=\"3\"
style=\"text-align : left;\" class=\"slurpee-box\">\n"
;
?>

changed this:

<?php

$output
.= "        <table width=\"100%\" cellspacing=\"0\" cellpadding=\"3\"
style=\"text-align : left;\" class=\"slurpee-box"
.($node->sticky)?' sticky':''."\">\n";
?>

 
 

Drupal is a registered trademark of Dries Buytaert.