Procedural File: adminfunctions_templates.php
Source Location: /inc/adminfunctions_templates.php
Page Details:
MyBB 1.4 Copyright © 2008 MyBB Group, All Rights Reserved
Website: http://www.mybboard.net License: http://www.mybboard.net/about/license $Id: adminfunctions_templates.php 4304 2009-01-02 01:11:56Z chris $
Tags:
find_replace_templatesets [line 22]
bolean find_replace_templatesets(
string $title, string $find, string $replace, [int $autocreate = 1])
|
|
Find and replace a string in a particular template through every template set.
Tags:
Parameters
| 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 |
|