From f373ead95fb5beb962c376b5b7b46dfde8ac4e57 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Feb 2026 22:57:27 -0500 Subject: update website to work with crimson framework --- src/web/_views/head.php | 2 +- src/web/_views/header.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/web/_views') diff --git a/src/web/_views/head.php b/src/web/_views/head.php index ab7bb1b..1ca6954 100644 --- a/src/web/_views/head.php +++ b/src/web/_views/head.php @@ -23,7 +23,7 @@ req['app'] != 'bucket') echo $this->link_css('css/main.css'); /* IE 4-7 Styles */ diff --git a/src/web/_views/header.php b/src/web/_views/header.php index 90a31ea..f6b4740 100644 --- a/src/web/_views/header.php +++ b/src/web/_views/header.php @@ -17,15 +17,15 @@
  • get_url('home'), - container: 'h2' + subtype: 'h2' )?>
  • get_url('projects'), - container: 'h2' + subtype: 'h2' )?>
  • get_url('blog'), - container: 'h2' + subtype: 'h2' )?>
  • -- cgit v1.2.3-freya