diff --git a/template/link.php b/template/link.php index c37b870..b3652a3 100644 --- a/template/link.php +++ b/template/link.php @@ -1,34 +1,36 @@ . /* * This is the template for a link * * Called from * include/functions.php - the_link() function * * Available variables: * $title string e.g. "Home" - it will be escaped. * $url string e.g. "/" * $classes string e.g. "disabled" * $args mixed */ +$classes = $classes ?? null; + // unuseful when load directly defined( 'BOZ_PHP' ) or die; ?>