<COMMENT_POPUP>
Tag Function:
- Displays a link to the comment pop-up window.
Main Usage:
- Used within image_template.html to dynamically recall and load the current images comments within a pop-up window.
Examples:
In your image template, you can use the tag like this:
Sample Output:
Using the code above will generate the following when the template is run:
<a href=
"index.php?showimage=1" onclick=
"window.open("index.php?popup=comment&showimage=
1", "Comments
", "width=
480,
height=
540, scrollbars=yes, resizable=yes
");">Comments</a>
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_comment_popup =
"Comments";
NavigationRelatedTags
<< <TAG_ATOM_LINK> | TemplateTags | <SITE_TITLE> >>