diff options
Diffstat (limited to 'public/app/views/error/general.php')
| -rw-r--r-- | public/app/views/error/general.php | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/public/app/views/error/general.php b/public/app/views/error/general.php index 74566a4..0a27e56 100644 --- a/public/app/views/error/general.php +++ b/public/app/views/error/general.php @@ -1,10 +1,19 @@ <?php /** general message template + * ----------------------------------------------------------------------------- + * renders an error with custom title and message + * + * passed values: * - * passed: - * @var $title (string): page title - * @var $message (string): message + * optional @var $title (string): title + * optional @var $message (string): message + * + * NOTE: + * if title and/or message are not passed, then defaults are used + * + * ----------------------------------------------------------------------------- */ + ?><!DOCTYPE html> <html lang="en"> <head> @@ -39,6 +48,7 @@ opacity: .33; font-size: .87em } + .btn { font-size: 18px; padding: 4px 12px; } </style> </head> <body> |
