FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Manual Theme Rebuild
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Manual Theme Rebuild [message #28091 is a reply to message #27879] Tue, 11 October 2005 01:36 Go to previous message
ruzam is currently offline  ruzam   Canada
Messages: 44
Registered: July 2005
Karma:
Member
<?php
require "GLOBALS.php";
fud_use('db.inc');
fud_use('compiler.inc', true);
$theme_id = 1;
$data = db_saq('SELECT theme, lang, name FROM '. $GLOBALS['DBHOST_TBL_PREFIX'] . 'themes WHERE id='.$theme_id);
compile_all($data[0], $data[1], $data[2]);
?>

This did it for me. Don't forget the 'DBHOST_TBL_PREFIX'
[Message index]
 
Read Message icon4.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Item pub date missing in RDF feed
Next Topic: Step by step mailing list instructions
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 09:01:13 GMT 2024

Total time taken to generate the page: 0.05187 seconds