All pastes #2120317 Raw Edit

Global blocks in C5.5.1

public php v1 · immutable
#2120317 ·published 2012-02-21 06:05 UTC
rendered paste body
<?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();?>