[geeklog-cvs] geeklog: Documented some more variables

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Oct 11 05:04:48 EDT 2009


changeset 7369:47573867cc1d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/47573867cc1d
user: Dirk Haun <dirk at haun-online.de>
date: Sat Oct 10 23:08:42 2009 +0200
description:
Documented some more variables

diffstat:

 public_html/docs/english/themevars.html |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 5eaf58482ac6 -r 47573867cc1d public_html/docs/english/themevars.html
--- a/public_html/docs/english/themevars.html	Sat Oct 10 22:20:56 2009 +0200
+++ b/public_html/docs/english/themevars.html	Sat Oct 10 23:08:42 2009 +0200
@@ -267,12 +267,18 @@
     <td><code></a></code></td>
     <td>Closing tag for a link to the story.</td></tr>
 <tr><td><code>read_more_class</code></td>
-<tr><td><code>email_icon</code></td>
     <td>class="story-read-more"</td>
     <td>This variable is empty when the body text is empty and contains the
         class attribute when the body text is not empty. Use the
         <code>story-read-more</code> class to change the layout of the "read
         more" link.</td></tr>
+<tr><td><code>email_icon</code></td>
+    <td>(icon)</td>
+    <td>The email icon, linking to the form to send the article to a
+        friend.</td></tr>
+<tr><td><code>email_story_url</code></td>
+    <td><tt>http://.../profiles.php?sid=welcome</tt></td>
+    <td>The URL of the form to send the article to a friend.</td></tr>
 <tr><td><code>print_icon</code></td>
     <td>(icon)</td>
     <td>The printer icon, linking to a "printer friendly" version of the story.</td></tr>
@@ -304,6 +310,9 @@
 <tr><td><code>comments_with_count</code></td>
     <td>2</td>
     <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>
+<tr><td><code>comments_with_count</code></td>
+    <td>2</td>
+    <td>The number of comments to story only (may be 0).</td></tr>
 <tr><td><code>lang_comments</code></td>
     <td>comments</td>
     <td>The word "comments" in the user's preferred language.</td></tr>
@@ -419,6 +428,10 @@
 <tr><td><code>edit_icon</code></td>
     <td><code><a href=".../admin/story.php<br>?mode=edit&sid=20021022234959146"><img src=".../images/edit.gif"></a></code></td>
     <td>An icon linking to the admin's story editor to edit the story.</td></tr>
+<tr><td><code>edit_image</code></td>
+    <td><code><img src=".../images/edit.gif"></code></td>
+    <td>Only the <code>img</code> tag for the edit icon, without the
+        link.</td></tr>
 <tr><td><code>edit_url</code></td>
     <td><tt>http://www.example.com/admin/story.php<br>?mode=edit&sid=20021022234959146</tt></td>
     <td>URL to open the story in the admin's story editor</td></tr>



More information about the geeklog-cvs mailing list