link to the doc by default
This commit is contained in:
parent
ab64f4721f
commit
93ef3abbee
@ -17,6 +17,7 @@ class ExtensionInfo { // {{{
|
|||||||
$this->ext_name = $matches[1];
|
$this->ext_name = $matches[1];
|
||||||
$this->name = $this->ext_name;
|
$this->name = $this->ext_name;
|
||||||
$this->enabled = $this->is_enabled($this->ext_name);
|
$this->enabled = $this->is_enabled($this->ext_name);
|
||||||
|
$this->link = make_link("ext_doc/{$this->ext_name}");
|
||||||
|
|
||||||
for($i=0; $i<count($lines); $i++) {
|
for($i=0; $i<count($lines); $i++) {
|
||||||
$line = $lines[$i];
|
$line = $lines[$i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user