diff --git a/templates/header.shs b/templates/header.shs index 9bff60e..aad04b3 100644 --- a/templates/header.shs +++ b/templates/header.shs @@ -1,12 +1,14 @@ #!/bin/bash +echo "
" + # TODO: move this to a *real* template # we'll need to figure out conditional templates first tho if ! session_verify "${cookies[sh_session]}"; then echo "Log in | Register" else - echo "Logged in as ${cookies[username]} | Log out | Main | Your feed | Your favourites" + echo "Logged in as ${cookies[username]} | Log out | Your feed | Your favourites" fi render _ "${cfg[namespace]}/templates/themes/${cfg[template]}/elements/top.t" diff --git a/webroot/img/bashtube.png b/webroot/img/bashtube.png new file mode 100644 index 0000000..dd5286e Binary files /dev/null and b/webroot/img/bashtube.png differ