Skip to content

Instantly share code, notes, and snippets.

@silentworks
Created November 7, 2012 11:19
Show Gist options
  • Save silentworks/4030926 to your computer and use it in GitHub Desktop.
Save silentworks/4030926 to your computer and use it in GitHub Desktop.
<?php
$file = $modx->getOption('base_path') . 'facebook.php';
if (file_exists($file)) {
require_once $file;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment