getHTMLMetaData [line 122]
Prints html meta data to be used in the <head> section of a page
getMetaAlbumAndImageTags [line 288]
Helper function to print the album and image tags and/or the news article categorieslist within printMetaKeywords() Shortens the length to the allowed 1000 characters.
Parameters:
|
array |
$tags: |
the array of the tags to list |
|
string |
$mode: |
"gallery" (to process tags on all) or "zenpage" (to process news categories) |
void getMetaAlbumAndImageTags(
array $tags, [string $mode = ""]
)
|
|
getMetaKeywords [line 253]
Helper function to list tags/categories as keywords separated by comma.
Parameters:
|
array |
$array: |
the array of the tags or categories to list |
void getMetaKeywords(
[array $array = the array of the tags or categories to list]
)
|
|