![]() |
|
RSS headerlink - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: RSS headerlink (/thread-7064.html) |
RSS headerlink - frankm - 2010-05-17 hi, this is to report an inconsistency i guess. looking at the template-functions.php file for the zenpage extension i found that the cheers, RSS headerlink - acrylian - 2010-05-17 I agree about the parameters. I don't remember why we have the $linktext parameter here anyway, probably an oversite. Actually the linktext parameter is usesless as the header link will never have a actual visible link printed. I guess the link text should be used with the "title" attribute if it should be used at all. RSS headerlink - acrylian - 2010-05-17 I took another look and $linktext is used for the title attribute. Therefore everything is as it is meant to be. printZenpageRSSHeaderLink() indeed calls the get variant wrong. This will be fixed in tonight's nightly build. Also I will add a $category and $lang parameter to the print one, although in a different order to not break third party themes. |