Closed sleepysunday1979 closed 8 years ago
Creating an inherited theme as per the grav documentation results in a class error.
eg: themes/gravstrapmod/gravstrapmod.php
<?php namespace Grav\Theme; class GravstrapMod extends GravstrapTheme { }
Results in error:
Whoops \ Exception \ ErrorException (E_ERROR) COPY Class 'GravstrapTheme' not found
Closing, already answered. https://github.com/giansi/gravstrap-theme/issues/4
Creating an inherited theme as per the grav documentation results in a class error.
eg: themes/gravstrapmod/gravstrapmod.php
Results in error: