It looks like you're new here. If you want to get involved, click one of these buttons!
if ($Session->IsValid()) {
// Bookmark link
echo Anchor(
'<span>*</span>',
'/vanilla/discussion/bookmark/'.$this->Discussion->DiscussionID.'/'.$Session->TransientKey().'?Target='.urlencode($this->SelfUrl),
'Bookmark' . ($this->Discussion->Bookmarked == '1' ? ' Bookmarked' : ''),
array('title' => T($this->Discussion->Bookmarked == '1' ? 'Unbookmark' : 'Bookmark'))
);
}if ($Session->IsValid()) {
// Bookmark link
echo Anchor(
'<span>*</span>',
'/vanilla/discussion/bookmark/'.$this->Discussion->DiscussionID.'/'.$Session->TransientKey().'?Target='.urlencode($this->SelfUrl),
'Bookmark' . ($this->Discussion->Bookmarked == '1' ? ' Bookmarked' : ''),
array('title' => T($this->Discussion->Bookmarked == '1' ? 'Unbookmark' : 'Bookmark'))
);
}if ($Session->IsValid()) {
// Bookmark link
echo Anchor(
'*',
'/vanilla/discussion/bookmark/'.$this->Discussion->DiscussionID.'/'.$Session->TransientKey().'?Target='.urlencode($this->SelfUrl),
'Bookmark' . ($this->Discussion->Bookmarked == '1' ? ' Bookmarked' : ''),
array('title' => T($this->Discussion->Bookmarked == '1' ? 'Unbookmark' : 'Bookmark'))
);
}
Yay - PRE wins :)
Comments