mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 19:01:28 +00:00
rework class system to use subdirectories
add placeholder plugin/hook system
This commit is contained in:
11
classes/button.php
Normal file
11
classes/button.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class Button {
|
||||
|
||||
protected $link;
|
||||
|
||||
function __construct($link) {
|
||||
$this->link = $link;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user