<?php if (!defined('APPLICATION')) exit();
class PatricThemeHooks implements Gdn_IPlugin {
public function Base_Render_Before($Sender) {
$Sender->AddJsFile('custom.js');
}
}
Vanilla co-founder
It looks like you're new here. If you want to get involved, click one of these buttons!