1.1 --- a/public_html/docs/english/themevars.html Sat Oct 10 22:20:56 2009 +0200
1.2 +++ b/public_html/docs/english/themevars.html Sat Oct 10 23:08:42 2009 +0200
1.3 @@ -267,12 +267,18 @@
1.4 <td><code></a></code></td>
1.5 <td>Closing tag for a link to the story.</td></tr>
1.6 <tr><td><code>read_more_class</code></td>
1.7 -<tr><td><code>email_icon</code></td>
1.8 <td>class="story-read-more"</td>
1.9 <td>This variable is empty when the body text is empty and contains the
1.10 class attribute when the body text is not empty. Use the
1.11 <code>story-read-more</code> class to change the layout of the "read
1.12 more" link.</td></tr>
1.13 +<tr><td><code>email_icon</code></td>
1.14 + <td>(icon)</td>
1.15 + <td>The email icon, linking to the form to send the article to a
1.16 + friend.</td></tr>
1.17 +<tr><td><code>email_story_url</code></td>
1.18 + <td><tt>http://.../profiles.php?sid=welcome</tt></td>
1.19 + <td>The URL of the form to send the article to a friend.</td></tr>
1.20 <tr><td><code>print_icon</code></td>
1.21 <td>(icon)</td>
1.22 <td>The printer icon, linking to a "printer friendly" version of the story.</td></tr>
1.23 @@ -304,6 +310,9 @@
1.24 <tr><td><code>comments_with_count</code></td>
1.25 <td>2</td>
1.26 <td>The number of comments to the story (will always be 1 or greater). <br>This string becomes a link as soon as there are comments available, pointing to <code><a href=".../article.php?story=20021022234959146#comments"></code></td></tr>
1.27 +<tr><td><code>comments_with_count</code></td>
1.28 + <td>2</td>
1.29 + <td>The number of comments to story only (may be 0).</td></tr>
1.30 <tr><td><code>lang_comments</code></td>
1.31 <td>comments</td>
1.32 <td>The word "comments" in the user's preferred language.</td></tr>
1.33 @@ -419,6 +428,10 @@
1.34 <tr><td><code>edit_icon</code></td>
1.35 <td><code><a href=".../admin/story.php<br>?mode=edit&sid=20021022234959146"><img src=".../images/edit.gif"></a></code></td>
1.36 <td>An icon linking to the admin's story editor to edit the story.</td></tr>
1.37 +<tr><td><code>edit_image</code></td>
1.38 + <td><code><img src=".../images/edit.gif"></code></td>
1.39 + <td>Only the <code>img</code> tag for the edit icon, without the
1.40 + link.</td></tr>
1.41 <tr><td><code>edit_url</code></td>
1.42 <td><tt>http://www.example.com/admin/story.php<br>?mode=edit&sid=20021022234959146</tt></td>
1.43 <td>URL to open the story in the admin's story editor</td></tr>