summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/table.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-12 15:31:53 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-12 15:31:53 +0100
commite044d6c586728a28b291880dd37562f4a7551d36 (patch)
treecd309d72b20f6dbe11ae0d5ce0c7cf2168812ee7 /user_guide_src/source/libraries/table.rst
parent4c4740ec492b30aeb47cb1829525247053e4adfe (diff)
parent802953234f0b7669333807aaa3f2318778cde187 (diff)
Merge upstream branch
Diffstat (limited to 'user_guide_src/source/libraries/table.rst')
-rw-r--r--user_guide_src/source/libraries/table.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/table.rst b/user_guide_src/source/libraries/table.rst
index 9bc3f3423..6a808abc2 100644
--- a/user_guide_src/source/libraries/table.rst
+++ b/user_guide_src/source/libraries/table.rst
@@ -116,6 +116,8 @@ example, only the table opening tag is being changed::
$tmpl = array ( 'table_open' => '<table border="1" cellpadding="2" cellspacing="1" class="mytable">' );
$this->table->set_template($tmpl);
+
+You can also set defaults for these in a config file.
******************
Function Reference