permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

permanent.php
text/x-php

Download raw (129 bytes)

<?php
namespace Grav\Theme;

use Grav\Common\Theme;

class Permanent extends Theme
{
    // Access plugin events in this class
}