Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Title "phpdox - Test Method" #266

Closed
ghost opened this issue Mar 11, 2016 · 0 comments
Closed

Page Title "phpdox - Test Method" #266

ghost opened this issue Mar 11, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 11, 2016

Maybe this isn't a bug but a feature request. For any method/function page I get a page title of "phpdox - Test Method". You also get this on your demo site. e.g.

http://phpdox.de/demo/phpDox/classes/TheSeer_phpDox_EngineBootstrapApi/instantiatedByFactory.xhtml

<title>phpDox - Test Method</title>

I've found this in method.xsl so it looks like the page title is hard coded yet I'd expect it to be the method name in "phpdox - myAwesomeFunction"

<xsl:call-template name="head">
    <xsl:with-param name="title" select="'Test Method'" />
</xsl:call-template>
theseer added a commit that referenced this issue Mar 11, 2016
@theseer theseer closed this as completed Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant