AuthorWrites :

container
    {
        {$user_id} : this tag will  be replaced by the id of the user;
        {AuthorName} : this tag will be replaced by the value of the constant AuthorName;
        {$first_name} : this tag will be replaced by the name of the user that has write this news;
        {$last_name} : this tag will be replaced by the last name of the user that has write this news;
        {$all_author_news} : this tag will  be replaced by all news filled in the content template;
        {$father_name} : this tag will be replaced by the name of the father of the user has written this news;
        {$nick_name} : this tag will be replaced by the nick name of the user;
    }

content
    {
        {ThemeName} : this tag will be replaced by the theme name;
        {$title} : this tag will be replaced by the news title;
        {$agency} : this tag will  be replaced by the agency of the news ;
        {$agency_link} : this tag will  be replaced by the link that will go to the profile page of the agency;
        {$image} : this tag will be replaced by the image path of the news image (NewsPic);
        {$brief} : this tag will  be replaced by the brief of news;
        {$news_link} : this tag will  be replaced by the link of news;
        {$urgent} : this tag will  be replaced by a string "urgent" and can be used as a class for urgent news;
        {$social_date} : this tag will be replaced by the social format of the news date;
        {$date} : this tag will be replaced by the date of news;
        {$pinned} : this tag will  be replaced by a string "pinned" and can be used as a class for pinned news;
    }

CatNews

container
    {
        {$category_name} : This tag will be replaced by the name of the category we fetch its news;
        {$all_category_news} : This tag will be replaced by all the news belong to current fetched category;
        {$pagination} : This tag will be replaced by the pagination section that will let you navigate between news belong to the fetched category;
    }

content
    {
        {$news_link} : This tag will  be replaced by the link of the news;
        {$news_title} : This tag will be replaced by the title of the news;
        {$news_date} : This tag will be replaced by the date of the news;
        {$news_picture} : This tag will be replaced by the picture path of the news from news folder;
        {$gallery_news_picture} : This tag will be replaced by the picture of the news from gallery folder;
        {$news_brief} : This tag will be replaced by the brief of the news;
        {more} : This tag will be replaced by the value of the constant more;
        {$news_views} : This tag will be replaced by the count of views of the news;
        {views} : This tag will be replaced by the value of the constant views;
        {$special_class} : This tag will be replaced by a string "special_cat_news" if the news is inside the special condition otherwise it will be replaced by "normal_cat_news" and can be used to make something special in the category news page;
        {$social_date} : This tag will be replaced by the social date representation of the news date;
        {$id} : This tag will be replaced by a counter so you can access each news by it is id;
    }
//you can put a file to publish the category news page in this path : "Programs/news/Themes/$ThemeName/CatNews.php" if this file is found so this file will publish the page



NewsDetails

category
    {
        {$link} : The link of the category;
        {$name} : The name of the category
    }

tag
    {
        {$link} : The link of the tag;
        {$tag} : The tag
    }

container
    {
        {AuthorName} : This tag will  be replaced by the value of the constant "AuthorName";
        {ThemeName} : This tag will be replaced by the name of the current theme;
        {$views_count} : This tag will be replaced by the count of view of the current news (Hits);
        {views} : This tag will be replaced by the value of the constant "views";
        {$date} : This will be replaced by the date of the news;
        {$social_date} : This tag will be replaced by the social representation of the date of current news;
        {$title} : This tag will be replaced by the title of the news;
        {$sub_title} : This tag will be replaced by the subtitle of the current news;
        {$brief} : This tag will be replaced by the brief of the current news;
        {$details} : This tag will be replaced by the details of the news;
        {author_name} : This tag will be replaced by the value of the constant "AuthorName";
        {$first_name} : This tag will be replaced by the first name of the author;
        {$last_name} : This tag will be replaced by the last name of the author;
        {$nick_name} : This tag will be replaced by the nickname of the author;
        {AllAuthorWrits} : This tag will be replaced by the value of the constant "AllAuthorWrits";
        {addComment} : This tag will be replaced by the value of the constant "addComment";
        {PrintPage} : This tag will be replaced by the value of the constant "PrintPage";
        {SavePage} : This tag will be replaced by the value of the constant "SavePage";
        {SendPage} : This tag will be replaced by the value of the constant "SendPage";
        {$news_picture} : This tag will be replaced by the path of the news picture inside the news folder inside the uploads directory;
        {$gallery_news_picture} : This tag will be replaced by the path of the news picture inside the gallery folder inside the uploads directory;
        {$news_link} : This tag will be replaced by the link of current news;
        {$pdf_link} : This tag will be replaced by the link of the pdf page of current news;
        {pdfPage} : This tag will be replaced by the value of the constant "pdfPage";
        {CategorieInSameCat} : This tag will be replaced by the value of the constant "CategorieInSameCat";
        {$news_categories} : This tag will be replaced by all news categories filled in category template;
        {$author_writes_link} : This tag will be replaced by the link of all writes belong to the current author;
        {$agency} : This tag will be replaced by the agency of the current news;
        {agency} : This tag will be replaced by the values of the constant "agency";
        {$agency_link} : This tag will be replaced by the link to all news of the gency of the current news;
        {$tags} : This tag will be replaced by all news tags filled in the tag template;
        {$twitter_title} : This tag will be replaced by the title cutted on 140 characters usefull for twitter;
        {share_fb} : This tag will be replaced by the value of the constant "news_details_share_facebook";
        {share_tw} : This tag will be replaced by the value of the constant "news_details_share_twitter";
        {share_gplus} : This tag will be replaced by the value of the constant "news_details_share_gplus";
        {$add_comment_link} : This tag will be replaced by the link to the page that will let a user add a comment into the news;
        {$tell_friend_link} : This tag will be replaced by a link to the tell friend program;
    }