Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steffanwilliams/583356 to your computer and use it in GitHub Desktop.
Save steffanwilliams/583356 to your computer and use it in GitHub Desktop.
<?php
...
function textpattern()
{
...
$html = @file_get_contents(txpath.'/../templates/pages/'.doSlash($pretext['page']).'.php');
if (!$html) $html = safe_field('user_html','txp_page',"name='".doSlash($pretext['page'])."'");
if (!$html)
txp_die(gTxt('unknown_section'), '404');
...
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment