| @@ -1,8 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | + | |
| 2 | 3 | namespace Photonic_Plugin\Lightboxes; |
| 3 | 4 | |
| 4 | -require_once('Lightbox.php'); | |
| 5 | +require_once 'Lightbox.php'; | |
| 5 | 6 | |
| 6 | 7 | class Image_Lightbox extends Lightbox { |
| 7 | 8 | protected function __construct() { |
| 8 | 9 | $this->library = 'imagelightbox'; |
| @@ -7,5 +8,5 @@ | ||
| 7 | 8 | protected function __construct() { |
| 8 | 9 | $this->library = 'imagelightbox'; |
| 9 | 10 | parent::__construct(); |
| 10 | 11 | } |
| 11 | -} | |
| 12 | +} | |