This commit is contained in:
Kovid Goyal 2011-11-18 21:57:43 +05:30
parent f30dab5588
commit 87f0f8ceff

View File

@ -40,8 +40,7 @@
In addition you can add code to show the values of custom columns here. In addition you can add code to show the values of custom columns here.
The value is available as _column_name and the title as _column_name_label. The value is available as _column_name and the title as _column_name_label.
For example, if you have a custom column with label #genre, you can add it to For example, if you have a custom column with label #genre, you can add it to
this template with: this template with _genre_label and _genre. Note that the # is replaced by an underscore.
<div>{_genre_label}: {_genre}</div>
--> -->
<div class="cbj_comments">{comments}</div> <div class="cbj_comments">{comments}</div>