diff options
author | friendica <info@friendica.com> | 2014-07-24 18:57:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-24 18:57:34 -0700 |
commit | e7d401f3876ee8a744c04edf2a2a82f5d8fc0767 (patch) | |
tree | 1b571f21ebcb03b4169dfc49b6b02848546a2852 /view/tpl | |
parent | 10641b559849b1a6fd7fc78df8e177ed95effba5 (diff) | |
parent | 936f596af4160ee536eb608b24310aec2e29303b (diff) | |
download | volse-hubzilla-e7d401f3876ee8a744c04edf2a2a82f5d8fc0767.tar.gz volse-hubzilla-e7d401f3876ee8a744c04edf2a2a82f5d8fc0767.tar.bz2 volse-hubzilla-e7d401f3876ee8a744c04edf2a2a82f5d8fc0767.zip |
Merge branch 'master' of https://github.com/RedMatrixCanada/red into RedMatrixCanada-master
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/hdr.tpl | 5 | ||||
-rwxr-xr-x | view/tpl/head.tpl | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index fdcc4521c..749646ace 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -1,4 +1,7 @@ -<div id="banner" class="hidden-sm hidden-xs">{{$banner}}</div> +<div id="banner" class="hidden-sm hidden-xs">{{$banner}} +<!--accept bitcoins through coinbase (https://coinbase.com/)--> +<a class="coinbase-button" data-code="7a7dc20e073d84e7d81dcf8f5acb9a4e" data-button-style="donation_small" href="https://coinbase.com/checkouts/7a7dc20e073d84e7d81dcf8f5acb9a4e">CLICK TO DONATE</a><script src="https://coinbase.com/assets/button.js" type="text/javascript"></script> +</div> <ul id="nav-notifications-template" style="display:none;" rel="template"> <li class="{5}"><a href="{0}" title="{2} {3}"><img data-src="{1}"><span class='contactname'>{2}</span>{3}<br><span class="notif-when">{4}</span></a></li> diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index b90bf8b89..fb73c6de4 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,5 +1,7 @@ -<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> +<META NAME="description" CONTENT="The RedMatrix is a super network created from a huge number of smaller independent and autonomous websites - which are linked together..."> +<META NAME="keywords" CONTENT="network,matrix,social,communications,social networking,content ownership,privacy and content ownership"> +<META NAME="robot" CONTENT="index,follow"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0" /> <meta name="generator" content="{{$generator}}" /> |