/inc/adminfunctions_templates.php

Description

MyBB 1.2 Copyright © 2006 MyBB Group, All Rights Reserved

Website: http://www.mybboard.com License: http://www.mybboard.com/eula.html

$Id: adminfunctions_templates.php 1967 2006-07-15 15:41:06Z Tikitiki $

Functions
find_replace_templatesets (line 22)

Find and replace a string in a particular template through every template set.

  • return: true if matched template name, false if not.
bolean find_replace_templatesets (string $title, string $find, string $replace, [int $autocreate = 1])
  • string $title: The name of the template
  • string $find: The regular expression to match in the template
  • string $replace: The replacement string
  • int $autocreate: Set to 1 to automatically create templates which do not exist for that set (based off master) - Defaults to 1

Documentation generated on Thu, 31 May 2007 23:33:54 -0400 by phpDocumentor 1.3.2