Skip to content

Commit

Permalink
Request #15580 Add link back from api document to pear website or pac…
Browse files Browse the repository at this point in the history
…kage website

git-svn-id: http://svn.php.net/repository/pear/packages/PhpDocumentor/trunk@291278 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
ashnazg committed Nov 24, 2009
1 parent 4852654 commit 5a5a750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions phpDocumentor/Converter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5087,6 +5087,7 @@ class Converter
$templ->config_dir = realpath($this->smarty_dir . PATH_DELIMITER . 'configs');
$templ->assign("date",date("r",time()));
$templ->assign("maintitle",$this->title);
$templ->assign('default_package',$GLOBALS['phpDocumentor_DefaultPackageName']);
$templ->assign("package",$this->package);
$templ->assign("phpdocversion",PHPDOCUMENTOR_VER);
$templ->assign("phpdocwebsite",PHPDOCUMENTOR_WEBSITE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">{$package}</td>
<td class="header_top"><a href="http://pear.php.net/package/{$default_package}">{$package}</a></td>
</tr>
<tr><td class="header_line"><img src="{$subdir}media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
Expand Down

0 comments on commit 5a5a750

Please sign in to comment.