Global blocks in C5.5.1
public php v1 · immutable<?php // Paste this into one of your theme's PHP files (e.g. default.php). Rename Your Global Block to whatever you need. // It is now a global block on C5.5. Just go into Stacks and there it is. Change it there and it changes on the whole site // Kind of like Page Defaults, but a LOT simpler $a = new GlobalArea('Your Global Block'); $a->display();?>