Mentioned header and footer customization.
This commit is contained in:
@@ -15,6 +15,7 @@ $Source$
|
||||
|
||||
2004-04-19 Michal Cihar <michal@cihar.com>
|
||||
* libraries/tbl_change.js: Better return value formatting.
|
||||
* Documentation.html: Mentioned header and footer customization.
|
||||
|
||||
2004-04-18 Michal Cihar <michal@cihar.com>
|
||||
* libraries/tbl_change.js: Fixed calendar behaviour for DATE fields.
|
||||
|
@@ -329,7 +329,13 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
|
||||
you have modified.
|
||||
</p>
|
||||
|
||||
<p>All configurable data is placed in <i>config.inc.php</i>.</p>
|
||||
<p>
|
||||
All configurable data is placed in <i>config.inc.php</i>. Except these you
|
||||
might also want to modify <i>config.footer.inc.php</i> and
|
||||
<i>config.header.inc.php</i> files to add your site specific code to be
|
||||
included on start and end of each page.
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
<dt><b>$cfg['PmaAbsoluteUri']</b> string</dt>
|
||||
<dd>
|
||||
|
Reference in New Issue
Block a user