Posted by pp on November 23, 2006 at 7:18am
| Project: | Slurpee |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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";
?>